Skip to content

Commit 8c40aed

Browse files
committed
Fix release workflow publish job
1 parent 556ab7d commit 8c40aed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
id-token: write
4848
steps:
4949
- 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/
5450
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
5551
with:
5652
packages-dir: artifact/

0 commit comments

Comments
 (0)