Skip to content

Commit

Permalink
Merge pull request #20 from JorisPenningsCM/fix/default-gateways
Browse files Browse the repository at this point in the history
Added a API token
  • Loading branch information
JorisPenningsCM committed Jun 13, 2024
2 parents 5ec81b9 + 37d87f6 commit c413d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publishtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publish package distributions to testPyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_PUBLISH_TOKEN }}
run: |
python3 -m pip install twine
twine upload --repository testpypi dist/*
2 changes: 1 addition & 1 deletion cm_text/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.4'
__version__ = '2.0.4'

0 comments on commit c413d1f

Please sign in to comment.