8000
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 e478841 commit bc8ed84Copy full SHA for bc8ed84
.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
28
with:
29
name: dist
30
path: dist
@@ -44,4 +44,4 @@ jobs:
44
45
46
47
- - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
+ - uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
0 commit comments