We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89f57c commit 7a677e9Copy full SHA for 7a677e9
.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.9.0
+ uses: pypa/gh-action-pypi-publish@v1.11.0
47
with:
48
user: __token__
49
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments