Skip to content

Commit

Permalink
Merge multiple artifact strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer authored Apr 24, 2024
1 parent 6504309 commit e6d8b55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Upload the wheel to the action's articfact.
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
name: build-artifact
path: dist/*

# Upload to testpypi
Expand All @@ -48,6 +48,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist
merge_multiple: true

- uses: pypa/[email protected]
with:
Expand Down Expand Up @@ -101,4 +102,4 @@ jobs:
# - uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
# password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e6d8b55

Please sign in to comment.