We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b6e62 commit 8e719baCopy full SHA for 8e719ba
.github/workflows/publish-to-pypi.yaml
@@ -44,7 +44,7 @@ jobs:
44
build
45
--sdist --wheel --outdir dist/ .
46
- name: Publish distribution to PyPI
47
- uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
+ uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
48
with:
49
password: ${{ secrets.PYPI_API_TOKEN }}
50
packages_dir: dist/
0 commit comments