We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9fba8e + 6f64ef7 commit d195340Copy full SHA for d195340
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install -U pip wheel
25
python setup.py bdist_wheel sdist
26
- name: pypi-publish
27
- uses: pypa/gh-action-pypi-publish@v1.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
28
with:
29
user: __token__
30
password: ${{ secrets.PYPI_PJO_TOKEN }}
0 commit comments