Skip to content

Commit 2d7b838

Browse files
committed
Uncomment publish to test pypi
1 parent 321c43e commit 2d7b838

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
name: dist-package
4747
path: dist
4848

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
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
5555

5656
- name: Clean existing attestations
5757
run: rm -f dist/*.intoto.jsonl

0 commit comments

Comments
 (0)