We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f945b78 commit 015ab17Copy full SHA for 015ab17
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }}
40
- name: Publish a Python distribution to PyPI
41
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7'
42
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.5.1
43
with:
44
user: __token__
45
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments