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 bce1746 commit da703f7Copy full SHA for da703f7
.github/workflows/publish.yaml
@@ -60,11 +60,10 @@ jobs:
60
runs-on: ubuntu-latest
61
steps:
62
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
63
- # Try uploading to Test PyPI first, in case something fails.
64
- - uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
+ - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
65
with:
66
repository_url: https://test.pypi.org/legacy/
67
packages_dir: artifact/
68
69
70
0 commit comments