Skip to content

Commit 9e55a45

Browse files
committed
Comment TestPyPI back in
1 parent b4e4105 commit 9e55a45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ jobs:
210210
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
211211
# https://github.com/pypa/gh-action-pypi-publish
212212

213-
# - name: Publish to TestPyPI
214-
# uses: pypa/gh-action-pypi-publish@release/v1
215-
# with:
216-
# repository-url: https://test.pypi.org/legacy/
217-
# packages-dir: dist/ # the default
218-
# attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
213+
- name: Publish to TestPyPI
214+
uses: pypa/gh-action-pypi-publish@release/v1
215+
with:
216+
repository-url: https://test.pypi.org/legacy/
217+
packages-dir: dist/ # the default
218+
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
219219

220220
- name: Publish to PyPI
221221
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)