Skip to content

Commit

Permalink
Download artifacts to dir where PyPI action expects them
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 1, 2023
1 parent 96c540a commit 3e7d6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ jobs:
if: github.event_name == 'release'
steps:
- uses: actions/download-artifact@v3
with:
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 3e7d6a8

Please sign in to comment.