File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
build :
16
16
name : Build release assets
17
17
runs-on : ubuntu-latest
18
- if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
18
+ if : github.event_name == 'release'
19
19
steps :
20
20
- name : Check out code from Github
21
21
55
55
name : release-assets
56
56
path : dist/
57
57
- name : Upload to PyPI
58
- if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
58
+ if : github.event_name == 'release'
59
59
uses : pypa/gh-action-pypi-publish@release/v1
60
60
61
61
release-github :
72
72
name : release-assets
73
73
path : dist/
74
74
- name : Sign the dists with Sigstore and upload assets to Github release
75
- if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
75
+ if : github.event_name == 'release'
76
76
77
77
with :
78
78
inputs : |
You can’t perform that action at this time.
0 commit comments