Version bump (to test Github Action)

This commit is contained in:
2023-10-14 12:40:58 +02:00
parent 0b240b9eb4
commit 5e63a72882
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ jobs:
- name: Publish to TestPyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*