We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321c43e commit 2d7b838Copy full SHA for 2d7b838
.github/workflows/publish.yml
@@ -46,12 +46,12 @@ jobs:
46
name: dist-package
47
path: dist
48
49
-# - name: Publish to Test PyPI
50
-# uses: pypa/gh-action-pypi-publish@release/v1
51
-# with:
52
-# repository-url: https://test.pypi.org/legacy/
53
-# skip-existing: true
54
-# attestations: true
+ - name: Publish to Test PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ repository-url: https://test.pypi.org/legacy/
+ skip-existing: true
+ attestations: true
55
56
- name: Clean existing attestations
57
run: rm -f dist/*.intoto.jsonl
0 commit comments