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 91c02cc commit 2fc2d9eCopy full SHA for 2fc2d9e
.github/workflows/dist-python.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
persist-credentials: false
34
35
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
36
37
# Build sdist on lowest supported Python
38
python-version: '3.9'
.github/workflows/release-python.yml
@@ -77,7 +77,7 @@ jobs:
77
path: dist/
78
- name: Publish distribution 📦 to PyPI
79
if: startsWith(env.DRY_RUN, 'false')
80
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
81
82
post-publish:
83
needs: [publish]
0 commit comments