Skip to content

Commit a2bac81

Browse files
committed
Fix pypi publishing
1 parent 9157ebb commit a2bac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions-ecosystem/action-regex-match@v2
6262
with:
6363
text: ${{ github.ref }}
64-
regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
64+
regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
6565
- name: Upload package distributions to github
6666
if: ${{ steps.check-tag.outputs.match != '' }}
6767
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2

0 commit comments

Comments
 (0)