We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea7222 commit 50124e1Copy full SHA for 50124e1
.github/workflows/publish.yaml
@@ -62,10 +62,6 @@ jobs:
62
id-token: write
63
steps:
64
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
65
- - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
66
- with:
67
- repository-url: https://test.pypi.org/legacy/
68
- packages-dir: artifact/
69
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
70
with:
71
packages-dir: artifact/
0 commit comments