We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384d16 commit 5be9abaCopy full SHA for 5be9aba
.github/workflows/pypi.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Run Bump script
64
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
65
- run: python bump_version.py fastCrypter
+ run: python bump_version.py fastcrypter
66
67
- name: Remove Bump Script
68
0 commit comments