Skip to content

Commit

Permalink
Download wheels before publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Sep 11, 2023
1 parent dba9768 commit 74678fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [release-test]
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 74678fd

Please sign in to comment.