Skip to content

Commit 6d418d7

Browse files
authored
fix: Cannot publish to too destinations in one action (#2583)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
1 parent 723b0b2 commit 6d418d7

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)