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 20e80a8 commit 94873a3Copy full SHA for 94873a3
.github/.github/workflows/publish-pypi.yml
@@ -29,7 +29,7 @@ jobs:
29
python setup.py sdist bdist_wheel
30
31
- name: Publish mpl-sphinx-theme
32
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
33
with:
34
user: __token__
35
password: ${{ secrets.pypi_token }}
0 commit comments