Skip to content

Commit d1545e9

Browse files
Fix PyPI ref
1 parent 0e5de45 commit d1545e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
environment:
2424
name: pypi
25-
url: https://pypi.org/p/nextpipe
25+
url: https://pypi.org/p/nextplot
2626
permissions:
2727
id-token: write # This is required for trusted publishing to PyPI
2828
steps:

nextplot/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.1.9.dev0"
1+
__version__ = "v0.1.9.dev1"

0 commit comments

Comments
 (0)