We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556ab7d commit 8c40aedCopy full SHA for 8c40aed
.github/workflows/release.yml
@@ -47,10 +47,6 @@ jobs:
47
id-token: write
48
steps:
49
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
50
- - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
51
- with:
52
- repository-url: https://test.pypi.org/legacy/
53
- packages-dir: artifact/
54
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
55
with:
56
packages-dir: artifact/
0 commit comments