Skip to content

Commit

Permalink
Upload wheels to releases in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 15, 2024
1 parent 89e0dbd commit 7f6ee67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ jobs:
path: |
dist/*.tar.gz
dist/*.whl
- name: upload wheel & sdist to GitHub release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: |
dist/*.tar.gz
dist/*.whl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f6ee67

Please sign in to comment.