File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments