Skip to content

Commit 08041a2

Browse files
committed
publish: disable attestations, tmp comment out
CC pypa/gh-action-pypi-publish#283 (comment)
1 parent febe1a4 commit 08041a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -210,11 +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
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
218219

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

0 commit comments

Comments
 (0)