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.
2 parents 55a2c1c + 0282208 commit d486e18Copy full SHA for d486e18
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20
21
python-version: 3.8
22
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Publish distribution 📦 to PyPI
42
if: startsWith(github.ref, 'refs/tags')
43
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
44
45
user: __token__
46
password: ${{ secrets.pypi_password }}
0 commit comments