Skip to content

Commit c413d1f

Browse files
Merge pull request #20 from JorisPenningsCM/fix/default-gateways
Added a API token
2 parents 5ec81b9 + 37d87f6 commit c413d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publishtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Publish package distributions to testPyPI
4848
env:
4949
TWINE_USERNAME: __token__
50-
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
50+
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_PUBLISH_TOKEN }}
5151
run: |
5252
python3 -m pip install twine
5353
twine upload --repository testpypi dist/*

cm_text/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.4'
1+
__version__ = '2.0.4'

0 commit comments

Comments
 (0)