Skip to content

Commit fc08051

Browse files
committed
disable pypi publish
1 parent 99e952b commit fc08051

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/python-workflow.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@ jobs:
5858
name: python-package-distributions
5959
path: dist/
6060

61-
upload-test-pypi:
62-
name: Publish to TestPyPI
63-
runs-on: ubuntu-latest
64-
needs: build
65-
environment:
66-
name: testpypi
67-
url: https://test.pypi.org/p/${{ env.PYPI_PACKAGE_NAME }}
68-
permissions:
69-
id-token: write
70-
steps:
71-
- name: Download artifacts
72-
uses: actions/download-artifact@v4
73-
with:
74-
name: python-package-distributions
75-
path: dist/
76-
- name: Publish to TestPyPI
77-
uses: pypa/gh-action-pypi-publish@release/v1
78-
with:
79-
repository-url: https://test.pypi.org/legacy/
80-
verbose: true
61+
# upload-test-pypi:
62+
# name: Publish to TestPyPI
63+
# runs-on: ubuntu-latest
64+
# needs: build
65+
# environment:
66+
# name: testpypi
67+
# url: https://test.pypi.org/p/${{ env.PYPI_PACKAGE_NAME }}
68+
# permissions:
69+
# id-token: write
70+
# steps:
71+
# - name: Download artifacts
72+
# uses: actions/download-artifact@v4
73+
# with:
74+
# name: python-package-distributions
75+
# path: dist/
76+
# - name: Publish to TestPyPI
77+
# uses: pypa/gh-action-pypi-publish@release/v1
78+
# with:
79+
# repository-url: https://test.pypi.org/legacy/
80+
# verbose: true
8181

8282
# final-release:
8383
# name: Publish to PyPI

0 commit comments

Comments
 (0)