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 5815c6e commit b49d64aCopy full SHA for b49d64a
.github/workflows/python-publish.yml
@@ -16,14 +16,7 @@ jobs:
16
run: |
17
python -m pip install --upgrade pip
18
pip install setuptools wheel twine
19
- - name: Build and publish on testpypi
20
- working-directory: ./lib
21
- env:
22
- TWINE_USERNAME: __token__
23
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
24
- run: |
25
- python setup.py sdist bdist_wheel
26
- twine upload --repository testpypi dist/*
+
27
- name: Build and publish
28
working-directory: ./lib
29
env:
0 commit comments