Skip to content

Commit

Permalink
fix multiple artifacts with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 16, 2024
1 parent 3ef34bf commit 36f5a24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: upload wheels
uses: actions/upload-artifact@v4
with:
name: bdist
name: bdist-${{ runs-on }}
path: ./wheelhouse/*.whl
retention-days: 5
publish:
Expand All @@ -60,8 +60,9 @@ jobs:
- name: download binary wheels
uses: actions/download-artifact@v3
with:
name: bdist
pattern: bdist-*
path: wheels
merge-multiple: true
- name: publish package pypi.org
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 36f5a24

Please sign in to comment.