We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe1a4 commit 08041a2Copy full SHA for 08041a2
.github/workflows/main.yaml
@@ -210,11 +210,12 @@ jobs:
210
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
211
# https://github.com/pypa/gh-action-pypi-publish
212
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
+ # - name: Publish to TestPyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # repository-url: https://test.pypi.org/legacy/
+ # packages-dir: dist/ # the default
218
+ # attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
219
220
- name: Publish to PyPI
221
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments