We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5eb42 commit 7a6120bCopy full SHA for 7a6120b
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install -U build twine wheel
25
python -m build --sdist --wheel
26
- run: twine check --strict dist/*
27
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
28
with:
29
name: dist
30
path: dist
@@ -44,4 +44,4 @@ jobs:
44
45
46
47
- - uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
0 commit comments