Skip to content

Commit 47ac558

Browse files
committed
Temporarily disable Test PyPI upload
Because the latest version of the library (v2.4.0) successfully uploaded to Test PyPI but not to production PyPI.
1 parent 919a31d commit 47ac558

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Build a binary wheel and a source tarball
3636
run: python -m build --sdist --wheel --outdir dist/ .
3737

38-
- name: Publish distribution to Test PyPI
39-
uses: pypa/gh-action-pypi-publish@release/v1
40-
with:
41-
repository-url: https://test.pypi.org/legacy/
38+
# - name: Publish distribution to Test PyPI
39+
# uses: pypa/gh-action-pypi-publish@release/v1
40+
# with:
41+
# repository-url: https://test.pypi.org/legacy/
4242

4343
- name: Publish distribution to PyPI
4444
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)