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 d90f7d5 + 53a970a commit 990b497Copy full SHA for 990b497
.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@f5622bde02b04381239da3573277701ceca8f6a0
+ - uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
67
with:
68
repository-url: https://test.pypi.org/legacy/
69
packages-dir: artifact/
70
71
72
0 commit comments