Skip to content

Commit 47efd41

Browse files
committed
Remove useless CLI step
1 parent bad27f2 commit 47efd41

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
- name: Build package
4343
run: >-
4444
make build
45-
- name: Publish package to Test PyPI (always)
46-
uses: pypa/gh-action-pypi-publish@release/v1
47-
with:
48-
verbose: 'true'
49-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
50-
repository_url: https://test.pypi.org/legacy/
51-
skip_existing: true
5245
- name: Publish package to PyPI (only if pushing a tag)
5346
if: startsWith(github.ref, 'refs/tags')
5447
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)