Skip to content

Commit

Permalink
Fix upload-artifact requiring a unique artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Feb 17, 2024
1 parent f3cdcf1 commit 431d9d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
name: sdist

build_wheels:
name: ${{ matrix.config.os }} ${{ matrix.config.arch }} - ${{ matrix.config.build-pattern }}
Expand Down Expand Up @@ -280,6 +281,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: wheelhouse/*.whl

upload_all:
Expand All @@ -293,8 +295,8 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 431d9d2

Please sign in to comment.