We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1478c92 commit 321c19eCopy full SHA for 321c19e
.github/workflows/pypi-release.yml
@@ -67,7 +67,7 @@ jobs:
67
name: releases
68
path: dist
69
- name: Publish package to PyPI
70
- uses: pypa/gh-action-pypi-publish@v1.10.1
+ uses: pypa/gh-action-pypi-publish@v1.10.2
71
with:
72
user: __token__
73
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments