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 427c84a commit e5f18d9Copy full SHA for e5f18d9
.github/workflows/publish_wheel.yml
@@ -97,7 +97,7 @@ jobs:
97
run: ls -lh dist
98
99
- name: Publish package to PyPI
100
- uses: pypa/gh-action-pypi-publish@release/v1.8
+ uses: pypa/gh-action-pypi-publish@release/v1.12
101
with:
102
packages-dir: dist/
103
password: ${{ secrets.PYPI_API_TOKEN }}
version.txt
@@ -1 +1 @@
1
-0.2.4
+0.2.5
0 commit comments