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 @@ -88,26 +88,26 @@ jobs:
8888 '${{ github.ref_name }}' dist/**
8989 --repo '${{ github.repository }}'
9090
91- publish-to-testpypi :
92- name : Publish Python 🐍 distribution 📦 to TestPyPI
93- needs :
94- - build
95- runs-on : ubuntu-latest
91+ # publish-to-testpypi:
92+ # name: Publish Python 🐍 distribution 📦 to TestPyPI
93+ # needs:
94+ # - build
95+ # runs-on: ubuntu-latest
9696
97- environment :
98- name : testpypi
99- url : https://test.pypi.org/p/autointent
97+ # environment:
98+ # name: testpypi
99+ # url: https://test.pypi.org/p/autointent
100100
101- permissions :
102- id-token : write # IMPORTANT: mandatory for trusted publishing
101+ # permissions:
102+ # id-token: write # IMPORTANT: mandatory for trusted publishing
103103
104- steps :
105- - name : Download all the dists
106- uses : actions/download-artifact@v4
107- with :
108- name : python-package-distributions
109- path : dist/
110- - name : Publish distribution 📦 to TestPyPI
111- uses : pypa/gh-action-pypi-publish@release/v1
112- with :
113- repository-url : https://test.pypi.org/legacy/
104+ # steps:
105+ # - name: Download all the dists
106+ # uses: actions/download-artifact@v4
107+ # with:
108+ # name: python-package-distributions
109+ # path: dist/
110+ # - name: Publish distribution 📦 to TestPyPI
111+ # uses: pypa/gh-action-pypi-publish@release/v1
112+ # with:
113+ # repository-url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments