File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
permissions :
18
18
id-token : write
19
19
contents : read
20
+ attestations : write
20
21
21
22
steps :
22
23
- name : Set up Python 3.10
@@ -35,13 +36,13 @@ jobs:
35
36
- name : set jfrog Repo URL
36
37
run : jf pip-config --repo-resolve=${{ secrets.JFROG_PYPI_REPO_URL }}
37
38
- name : upload package
38
- run : jf rt u dist/ --build-name=dts-util-devel --build-number=1 --module=dts-utils
39
+ run : jf rt u --build-name=dts-util-devel --build-number=1 --module=dts-utils 'dist/*.tar.gz' 'outpost-pypi-dev-green/outpost-pypi-dev-green/'
39
40
- name : Attest
40
41
id : attest
41
42
uses : LedgerHQ/actions-security/actions/attest@actions/attest-1
42
43
with :
43
- subject-path : ' dist/*'
44
- push-to-registry : true
44
+ subject-path : ' dist/*.tar.gz '
45
+ push-to-registry : false
45
46
- name : test install from jfrog
46
47
run : |
47
48
jf pip install dts-utils
You can’t perform that action at this time.
0 commit comments