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 58b1445 + 7a5b49e commit 68c0111Copy full SHA for 68c0111
.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@a56da0b891b3dc519c7ee3284aff1fad93cc8598
+ - uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
67
with:
68
repository-url: https://test.pypi.org/legacy/
69
packages-dir: artifact/
70
71
72
0 commit comments