We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb839c + 6100225 commit e9821bbCopy full SHA for e9821bb
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
python setup.py sdist bdist_wheel
35
- name: Deploy to PyPI
36
if: success() && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
37
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
38
with:
39
user: __token__
40
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments