File tree 1 file changed +3
-10
lines changed 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 47
47
uses : pypa/gh-action-pypi-publish@release/v1
48
48
49
49
github-release :
50
- name : >-
51
- Upload GitHub Release w/ signature
50
+ name : Sign and upload GitHub Release
52
51
needs :
53
52
- publish-to-pypi
54
53
runs-on : ubuntu-latest
@@ -58,12 +57,12 @@ jobs:
58
57
id-token : write # IMPORTANT: mandatory for sigstore
59
58
60
59
steps :
61
- - name : Download all the dists
60
+ - name : Download the dists
62
61
uses : actions/download-artifact@v4
63
62
with :
64
63
name : python-package-distributions
65
64
path : dist/
66
- - name : Sign the dists with Sigstore
65
+ - name : Sign with Sigstore
67
66
68
67
with :
69
68
inputs : >-
@@ -107,12 +106,6 @@ jobs:
107
106
with :
108
107
name : python-package-distributions
109
108
path : dist/
110
- - name : List directory
111
- run : ls -R
112
- - name : Rename packages to idna-preflight
113
- run : find . -exec bash -c 'mv $0 ${0/idna/idna_preflight}' {} \;
114
- - name : List directory
115
- run : ls -R
116
109
- name : Publish distribution to TestPyPI
117
110
uses : pypa/gh-action-pypi-publish@release/v1
118
111
with :
You can’t perform that action at this time.
0 commit comments