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.
1 parent 883bd42 commit d9ac34cCopy full SHA for d9ac34c
.github/workflows/pypi-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.8", "3.9"]
+ python-version: ["3.8"]
16
17
steps:
18
- uses: actions/checkout@v2
.github/workflows/testpypi-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build and publish
28
env:
29
TWINE_USERNAME: __token__
30
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
31
run: |
32
python setup.py sdist bdist_wheel
33
twine upload --repository testpypi dist/*
0 commit comments