We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0249874 commit 689b2a3Copy full SHA for 689b2a3
.github/workflows/publish_to_pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
user: __token__
30
password: ${{ secrets.test_pypi_password }}
31
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
32
- name: Publish package to PyPI
33
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@release/v1
cassis/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.9.1-dev"
+__version__ = "0.9.1"
0 commit comments