We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff098eb + 21977a5 commit c706684Copy full SHA for c706684
1 file changed
.github/workflows/continuous_distribution.yml
@@ -51,7 +51,7 @@ jobs:
51
name: releases
52
path: dist
53
- name: Publish package to PyPI
54
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.4
55
with:
56
user: __token__
57
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments