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 da60822 commit c5d30f4Copy full SHA for c5d30f4
.github/workflows/pypi-release.yaml
@@ -71,7 +71,7 @@ jobs:
71
name: releases
72
path: dist
73
- name: Publish package to PyPI
74
- uses: pypa/gh-action-pypi-publish@v1.8.10
+ uses: pypa/gh-action-pypi-publish@v1.10.0
75
with:
76
user: __token__
77
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments