Skip to content

Commit ca79f83

Browse files
Modified pypi.yml GitHub workflow to publish beta versions to pypi.
1 parent fc2d6ba commit ca79f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: check-version
3535
with:
3636
text: ${{ env.PACKAGE_VERSION }}
37-
regex: '\d+\.\d+\.\d+\w+\d+'
37+
regex: '\d+\.\d+\.\d+a\d+'
3838

3939
- name: Publish
4040
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)