Skip to content

Commit

Permalink
Added a API token
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisPenningsCM committed Jun 13, 2024
1 parent 0baad02 commit 37d87f6
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 37d87f6

Please sign in to comment.