Skip to content

Commit c703188

Browse files
committed
💚 remove Test PyPI publishing step from workflow
1 parent f6d48f4 commit c703188

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
run: |
6161
set -e
6262
python3 -m build --sdist --wheel --outdir dist/ .
63-
- name: Publish distribution package to Test PyPI
64-
id: publish_test
65-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
66-
with:
67-
repository-url: https://test.pypi.org/legacy/
6863
- name: Publish distribution package to PyPI
6964
id: publish
7065
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)