Skip to content

Commit e2a026f

Browse files
authored
fix
1 parent e04c4e5 commit e2a026f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
run: |
4343
python -m build --sdist --wheel --outdir dist/
4444
working-directory: runtime
45-
- name: Publish distribution to Test PyPI
46-
uses: pypa/gh-action-pypi-publish@release/v1
47-
with:
48-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
49-
if: startsWith(github.ref, 'refs/tags')
50-
packages_dir: runtime/dist/
51-
repository_url: https://test.pypi.org/legacy/
52-
skip_existing: true
5345
- name: Publish distribution to PyPI
5446
if: startsWith(github.ref, 'refs/tags')
5547
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)