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 a7f8257 commit 4ef9d87Copy full SHA for 4ef9d87
.github/workflows/pypi_upload.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload to PyPI via Twine
43
# to upload to test pypi, pass --repository-url https://test.pypi.org/legacy/ and use secrets.TEST_PYPI_TOKEN
44
run: |
45
- python -m pipenv run twine upload --verbose -u '__token__' -p '${{ secrets.PYPI_TOKEN }}' dist/*
+ twine upload --verbose -u '__token__' -p '${{ secrets.PYPI_TOKEN }}' dist/*
46
47
- name: Pre-bump
48
0 commit comments