Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 15, 2023
1 parent f1e9b82 commit 228edab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux
path: citiespy/dist

macos:
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-macos
path: citiespy/dist

windows:
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows
path: citiespy/dist

release:
Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
path: wheels

- name: Upload Coverage Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 228edab

Please sign in to comment.