Skip to content

Commit

Permalink
add wheel to release
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Dec 8, 2023
1 parent 9431a11 commit 9e85d00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.11

save:
needs: [publish]
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
with:
name: Packages
path: dist

- name: Add wheels to GitHub release artifacts
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 9e85d00

Please sign in to comment.