Skip to content

Commit

Permalink
ci: workaround for dissallowing uploads to the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 2, 2024
1 parent 2fbe67e commit b1057d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.sys.os }}}
path: |
./wheelhouse/*.whl
./wheelhouse/*.tar.gz
Expand All @@ -54,8 +54,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: python-wheels
pattern: python-wheels*
path: dist
merge-multiple: true

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit b1057d4

Please sign in to comment.