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.
2 parents 5ec81b9 + 37d87f6 commit c413d1fCopy full SHA for c413d1f
.github/workflows/python-publishtest.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Publish package distributions to testPyPI
48
env:
49
TWINE_USERNAME: __token__
50
- TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_PUBLISH_TOKEN }}
51
run: |
52
python3 -m pip install twine
53
twine upload --repository testpypi dist/*
cm_text/version.py
@@ -1 +1 @@
1
-__version__ = '2.0.4'
+__version__ = '2.0.4'
0 commit comments