File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,18 @@ jobs:
88
88
name : dist-package-3.11
89
89
path : dist
90
90
91
- # - name: Publish distribution 📦 to Test PyPI
92
- # uses: pypa/gh-action-pypi-publish@release/v1
93
- # with:
94
- # repository-url: https://test.pypi.org/legacy/
95
- # skip-existing: true
96
- # attestations: true
91
+ - name : Publish distribution 📦 to Test PyPI
92
+ uses : pypa/gh-action-pypi-publish@release/v1
93
+ with :
94
+ repository-url : https://test.pypi.org/legacy/
95
+ skip-existing : true
96
+ attestations : true
97
+
98
+ - name : Clean existing attestations
99
+ run : rm -f dist/*.intoto.jsonl
97
100
98
101
- name : Publish distribution 📦 to PyPI
99
102
uses : pypa/gh-action-pypi-publish@release/v1
100
103
with :
101
104
skip-existing : true
102
- attestations : False
105
+ attestations : true
You can’t perform that action at this time.
0 commit comments