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 0e5de45 commit d1545e9Copy full SHA for d1545e9
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
environment:
24
name: pypi
25
- url: https://pypi.org/p/nextpipe
+ url: https://pypi.org/p/nextplot
26
permissions:
27
id-token: write # This is required for trusted publishing to PyPI
28
steps:
nextplot/__about__.py
@@ -1 +1 @@
1
-__version__ = "v0.1.9.dev0"
+__version__ = "v0.1.9.dev1"
0 commit comments