Skip to content

Commit

Permalink
Sync PyPI rc <=> GitHub prerelease flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kousu authored Apr 24, 2022
1 parent 38b759f commit 6b66fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
files: 'dist/*'
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, 'rc') || contains(github.ref, 'dev') }}

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6b66fba

Please sign in to comment.