Skip to content

Commit

Permalink
publish release candidates in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Sep 20, 2023
1 parent 9526b82 commit f379f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
id: check-tag
run: |
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(rc[0-9]*)?$ ]]; then
echo ::set-output name=match::true
fi
- name: Set up Python 3.7
Expand Down

0 comments on commit f379f12

Please sign in to comment.