File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ name: Release
44run-name : Release version ${{ github.ref_name }} of the SDK
55
66on :
7- push :
8- tags :
9- - " v*"
107 workflow_dispatch :
118
129# ensures only a single instance of this release workflow is running at any one time
2219jobs :
2320 get_tag_details :
2421 name : Get Tag Details
25- runs-on : msgspec-ext-python-runner
22+ runs-on : ubuntu-latest
2623 outputs :
2724 tag_name : ${{ steps.release.outputs.tag_name }}
2825 new_version : ${{ steps.release.outputs.new_version }}
5855 setup_build_and_publish :
5956 name : Build Package and Publish to PyPI
6057 needs : [get_tag_details]
61- runs-on : msgspec-ext-python-runner
58+ runs-on : ubuntu-latest
6259 permissions :
6360 contents : read
6461 id-token : write # Required for trusted publishing to PyPI
9895 github_release :
9996 name : Create GitHub Release
10097 needs : [get_tag_details, setup_build_and_publish]
101- runs-on : msgspec-ext-python-runner
98+ runs-on : ubuntu-latest
10299 permissions :
103100 contents : write
104101 steps :
You can’t perform that action at this time.
0 commit comments