File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,22 +133,14 @@ jobs:
133133 echo "Otherwise, your upload will be rejected with a 403 Forbidden error"
134134
135135 # First deploy to TestPyPI
136- - name : Publish to TestPyPI
137- uses : pypa/gh-action-pypi-publish@release/v1
138- with :
139- repository-url : https://test.pypi.org/legacy/
140- packages-dir : dist_filtered/
136+ # - name: Publish to TestPyPI
137+ # uses: pypa/gh-action-pypi-publish@release/v1
138+ # with:
139+ # repository-url: https://test.pypi.org/legacy/
140+ # packages-dir: dist_filtered/
141141
142142 # Then to Pypi
143143 - name : Publish to PyPi
144144 uses : pypa/gh-action-pypi-publish@release/v1
145145 with :
146146 packages-dir : dist_filtered/
147-
148- # If TestPyPI deployment succeeds, deploy to PyPI
149- # - name: Publish to PyPI
150- # uses: pypa/gh-action-pypi-publish@release/v1
151- # with:
152- # user: __token__
153- # password: ${{ secrets.PYPI_API_TOKEN }}
154- # packages-dir: dist_filtered/
You can’t perform that action at this time.
0 commit comments