We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72e17e commit be678aeCopy full SHA for be678ae
1 file changed
.github/workflows/build-wheels.yml
@@ -77,11 +77,6 @@ jobs:
77
78
- name: Deploy to PyPI
79
if: steps.check-tag.outputs.match == 'true'
80
- run: |
81
- source ../venv/bin/activate
82
- pip install twine
83
- twine upload wheelhouse/*.whl
84
- env:
85
- TWINE_USERNAME: __token__
86
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
87
- shell: bash
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments