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.
2 parents ad79e6d + e01ef6f commit 7baeb24Copy full SHA for 7baeb24
.github/workflows/python-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
id-token: write
61
environment:
62
name: testpypi
63
- url: https://test.pypi.org/project/pangbank/
+ url: https://test.pypi.org/project/pangbank-cli/
64
65
steps:
66
- name: Retrieve release distributions
@@ -83,7 +83,7 @@ jobs:
83
84
85
name: pypi
86
- url: https://pypi.org/project/pangbank/
+ url: https://pypi.org/project/pangbank-cli/
87
88
89
pangbank_cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.0dev"
+__version__ = "0.1.1"
0 commit comments