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 @@ -49,26 +49,26 @@ jobs:
4949 - name : Publish distribution 📦 to PyPI
5050 uses : pypa/gh-action-pypi-publish@release/v1
5151
52- publish-to-testpypi :
53- name : Publish Python 🐍 distribution 📦 to TestPyPI
54- needs :
55- - build
56- runs-on : ubuntu-latest
52+ # publish-to-testpypi:
53+ # name: Publish Python 🐍 distribution 📦 to TestPyPI
54+ # needs:
55+ # - build
56+ # runs-on: ubuntu-latest
5757
58- environment :
59- name : testpypi
60- url : https://test.pypi.org/p/knuckledragger
58+ # environment:
59+ # name: testpypi
60+ # url: https://test.pypi.org/p/knuckledragger
6161
62- permissions :
63- id-token : write # IMPORTANT: mandatory for trusted publishing
62+ # permissions:
63+ # id-token: write # IMPORTANT: mandatory for trusted publishing
6464
65- steps :
66- - name : Download all the dists
67- uses : actions/download-artifact@v4
68- with :
69- name : python-package-distributions
70- path : dist/
71- - name : Publish distribution 📦 to TestPyPI
72- uses : pypa/gh-action-pypi-publish@release/v1
73- with :
74- repository-url : https://test.pypi.org/legacy/
65+ # steps:
66+ # - name: Download all the dists
67+ # uses: actions/download-artifact@v4
68+ # with:
69+ # name: python-package-distributions
70+ # path: dist/
71+ # - name: Publish distribution 📦 to TestPyPI
72+ # uses: pypa/gh-action-pypi-publish@release/v1
73+ # with:
74+ # repository-url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments