We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9c1be commit 76a5419Copy full SHA for 76a5419
.github/workflows/publish.yaml
@@ -63,10 +63,10 @@ jobs:
63
steps:
64
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
65
# Try uploading to Test PyPI first, in case something fails.
66
- - uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
+ - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
67
with:
68
repository-url: https://test.pypi.org/legacy/
69
packages-dir: artifact/
70
71
72
0 commit comments