We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c82924b + 4f97ab3 commit 8fc3f49Copy full SHA for 8fc3f49
.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.10
+ uses: pypa/gh-action-pypi-publish@v1.8.11
47
with:
48
user: __token__
49
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments