Skip to content

Commit 815dcc4

Browse files
authored
cd.yml: remove test pypi
1 parent 566dad1 commit 815dcc4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,4 @@ jobs:
5454

5555
- uses: pypa/gh-action-pypi-publish@release/v1
5656
if: github.event_name == 'release' && github.event.action == 'published'
57-
with:
58-
# Remember to tell (test-)pypi about this repo before publishing
59-
# Remove this line to publish to PyPI
60-
repository-url: https://test.pypi.org/legacy/
57+

0 commit comments

Comments
 (0)