Skip to content

Commit e4a19c9

Browse files
committed
Disable testpypi for now.
1 parent 5dbd87b commit e4a19c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Build distribution
3333
run: python -m build --sdist --wheel --outdir dist/
3434

35-
- name: Publish distribution to TestPyPI for Validation
36-
uses: pypa/gh-action-pypi-publish@v1.8.14
37-
with:
38-
repository_url: https://test.pypi.org/legacy/
35+
# - name: Publish distribution to TestPyPI for Validation
36+
# uses: pypa/gh-action-pypi-publish@v1.8.14
37+
# with:
38+
# repository_url: https://test.pypi.org/legacy/
3939

4040
- name: Clear pip cache
4141
run: pip cache purge

0 commit comments

Comments
 (0)