We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b38bac + b55181c commit a89f57cCopy full SHA for a89f57c
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
44
- name: Publish a Python distribution to PyPI
45
if: startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
46
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
47
with:
48
user: __token__
49
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments