Skip to content

Commit

Permalink
Modified pypi.yml GitHub workflow to publish beta versions to pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Mar 27, 2024
1 parent fc2d6ba commit ca79f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: check-version
with:
text: ${{ env.PACKAGE_VERSION }}
regex: '\d+\.\d+\.\d+\w+\d+'
regex: '\d+\.\d+\.\d+a\d+'

- name: Publish
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit ca79f83

Please sign in to comment.