Skip to content

Commit

Permalink
Specify same arguments for upload-artifact and download-artifact acti…
Browse files Browse the repository at this point in the history
…ons (#196)
  • Loading branch information
znerol authored Nov 5, 2023
1 parent 56ffc28 commit 9f28d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: ./dist
name: dist

pypi-publish:
needs: ['build']
Expand All @@ -36,6 +37,9 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
path: ./dist
name: dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 9f28d75

Please sign in to comment.