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 92d63a6 commit 64b07c6Copy full SHA for 64b07c6
.github/workflows/pythonpublish.yml
@@ -18,9 +18,6 @@ jobs:
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine
20
- name: Build and publish
21
- env:
22
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
24
run: |
25
python setup.py sdist bdist_wheel
26
twine upload dist/*
0 commit comments