We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936f7b5 commit 2a30772Copy full SHA for 2a30772
1 file changed
.github/workflows/python-publish.yml
@@ -23,9 +23,5 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
- name: Build and publish
26
- env:
27
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
python setup.py sdist bdist_wheel
31
- twine upload dist/*
0 commit comments