Skip to content

Commit

Permalink
Releasing sdist with maturin to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Nov 13, 2024
1 parent 12884b7 commit a26699d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
manylinux: auto
command: build
args: --release -o dist
- uses: PyO3/maturin-action@v1
with:
command: sdist
args: -o dist
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a26699d

Please sign in to comment.