Skip to content

Commit 7baeb24

Browse files
authored
Merge pull request #4 from labgem/add_pypi_release_wf
Update version to 0.1.1
2 parents ad79e6d + e01ef6f commit 7baeb24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write
6161
environment:
6262
name: testpypi
63-
url: https://test.pypi.org/project/pangbank/
63+
url: https://test.pypi.org/project/pangbank-cli/
6464

6565
steps:
6666
- name: Retrieve release distributions
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484
environment:
8585
name: pypi
86-
url: https://pypi.org/project/pangbank/
86+
url: https://pypi.org/project/pangbank-cli/
8787

8888
steps:
8989
- name: Retrieve release distributions

pangbank_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0dev"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)