Skip to content

Commit

Permalink
Also add prerelease support to release-musl-pypi jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 7, 2021
1 parent f70f775 commit ef6e70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ jobs:
asset_name: maturin-${{ matrix.platform.target }}.tar.gz
file: target/release/maturin.tar.gz
tag: ${{ github.ref }}
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}

0 comments on commit ef6e70b

Please sign in to comment.