File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 build :
1616 name : Build release assets
1717 runs-on : ubuntu-latest
18- if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
18+ if : github.event_name == 'release'
1919 steps :
2020 - name : Check out code from Github
21215555 name : release-assets
5656 path : dist/
5757 - name : Upload to PyPI
58- if : github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
58+ if : github.event_name == 'release'
5959 uses : pypa/gh-action-pypi-publish@release/v1
6060
6161 release-github :
7272 name : release-assets
7373 path : dist/
7474 - 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'
76767777 with :
7878 inputs : |
You can’t perform that action at this time.
0 commit comments