Skip to content

Commit

Permalink
Artifact names now have to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Mar 14, 2024
1 parent 00a74d6 commit e82bea1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
CIBW_SKIP: "cp37-*"
- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl

publish:
Expand All @@ -97,8 +97,9 @@ jobs:
path: dist/
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-*
path: dist/
merge-multiple: true
- name: Publish alpha release to test PyPI
if: contains(github.ref_name, 'a')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit e82bea1

Please sign in to comment.