File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,21 @@ jobs:
36
36
- name : Install cosign
37
37
38
38
with :
39
- inputs : dist/scsctl-0.0.1 -py3-none-any.whl
39
+ inputs : dist/scsctl-0.0.2 -py3-none-any.whl
40
40
- name : Sign with sigstore using GitHub App credentials
41
41
run : |
42
- sigstore sign --overwrite dist/scsctl-0.0.1 -py3-none-any.whl
42
+ sigstore sign --overwrite dist/scsctl-0.0.2 -py3-none-any.whl
43
43
- name : Archive production artifacts
44
44
uses : actions/upload-artifact@v3
45
45
with :
46
46
name : dist
47
47
path : |
48
48
dist
49
- - name : Copy dist/scsctl-0.0.1 .tar.gz dist/scsctl-0.0.1 -py3-none-any.whl to release directory
49
+ - name : Copy dist/scsctl-0.0.2 .tar.gz dist/scsctl-0.0.2 -py3-none-any.whl to release directory
50
50
run : |
51
51
mkdir -p release
52
- cp dist/scsctl-0.0.1 .tar.gz release/scsctl-0.0.1 .tar.gz
53
- cp dist/scsctl-0.0.1 -py3-none-any.whl release/scsctl-0.0.1 -py3-none-any.whl
52
+ cp dist/scsctl-0.0.2 .tar.gz release/scsctl-0.0.2 .tar.gz
53
+ cp dist/scsctl-0.0.2 -py3-none-any.whl release/scsctl-0.0.2 -py3-none-any.whl
54
54
55
55
- name : Publish distribution 📦 to Test PyPI
56
56
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments