We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25a3ec commit 150b6acCopy full SHA for 150b6ac
.github/workflows/pypipublish.yaml
@@ -77,7 +77,7 @@ jobs:
77
name: releases
78
path: dist
79
- name: Publish package to PyPI
80
- uses: pypa/gh-action-pypi-publish@v1.6.1
+ uses: pypa/gh-action-pypi-publish@v1.6.4
81
with:
82
user: ${{ secrets.PYPI_USERNAME }}
83
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments