Skip to content

Commit 13f55da

Browse files
authored
Disable TestPyPI publishing in release workflow
Comment out the TestPyPI publishing step in the workflow.
1 parent 23e452c commit 13f55da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
4141
- name: Build package
4242
run: bash utils/build_package.sh
43-
- name: Publish to TestPyPI
44-
uses: pypa/gh-action-pypi-publish@release/v1
45-
with:
46-
repository-url: https://test.pypi.org/legacy/
47-
packages-dir: dist/
43+
# - name: Publish to TestPyPI
44+
# uses: pypa/gh-action-pypi-publish@release/v1
45+
# with:
46+
# repository-url: https://test.pypi.org/legacy/
47+
# packages-dir: dist/
4848

4949
- name: Publish to PyPI
5050
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)