Skip to content

Commit 689b2a3

Browse files
committed
No issue. Release 0.9.1
1 parent 0249874 commit 689b2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
user: __token__
3030
password: ${{ secrets.test_pypi_password }}
31-
repository_url: https://test.pypi.org/legacy/
31+
repository-url: https://test.pypi.org/legacy/
3232
- name: Publish package to PyPI
3333
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@release/v1

cassis/__version__.py

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

0 commit comments

Comments
 (0)