Merge pull request #249 from joerick/pypi-token-examples

Switch examples to use PyPI API tokens
This commit is contained in:
Joe Rickerby
2020-01-19 01:07:33 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ jobs:
env:
global:
- TWINE_USERNAME=joerick
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=__token__
# Note: TWINE_PASSWORD is set to a PyPI API token in Travis settings
install:
- python -m pip install twine cibuildwheel==1.1.0
+2 -2
View File
@@ -19,8 +19,8 @@ jobs:
env:
global:
- TWINE_USERNAME=joerick
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=__token__
# Note: TWINE_PASSWORD is set to a PyPI API token in Travis settings
install:
- python -m pip install twine cibuildwheel==1.0.0
+2 -2
View File
@@ -74,5 +74,5 @@ jobs:
env:
global:
- TWINE_USERNAME=joerick
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=__token__
# Note: TWINE_PASSWORD is set to a PyPI API token in Travis settings