Skip to content

Commit 206f76b

Browse files
authored
fix: Cannot publish to too destinations in one action (#2584)
Signed-off-by: yangxuan <[email protected]>
1 parent b5fd27e commit 206f76b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish_on_release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
--wheel
3838
--outdir dist/
3939
.
40-
- name: Publish distribution 📦 to Test PyPI
41-
uses: pypa/gh-action-pypi-publish@release/v1
42-
with:
43-
repository-url: https://test.pypi.org/legacy/
4440
- name: Publish distribution 📦 to PyPI
4541
if: startsWith(github.ref, 'refs/tags')
4642
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)