Skip to content

Commit 173b905

Browse files
authored
Update publish_wheels.yml
1 parent bb3c8ba commit 173b905

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/publish_wheels.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)