File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 release-please :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 steps :
1010 - uses : GoogleCloudPlatform/release-please-action@v4
1111 id : release
1919 release_created : ${{ steps.release.outputs.release_created }}
2020
2121 pypi :
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-24.04
2323 needs : release-please
2424 if : ${{ needs.release-please.outputs.release_created }}
2525 steps :
Original file line number Diff line number Diff line change 2929 # path: ./wheelhouse/*.whl
3030 sdist :
3131 name : Build sdist
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-24.04
3333 steps :
3434 - uses : actions/checkout@v4
3535 - uses : actions/setup-python@v5
4646
4747 publish :
4848 name : Publish wheels to pypi
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-24.04
5050 permissions :
5151 # IMPORTANT: this permission is mandatory for trusted publishing
5252 id-token : write
Original file line number Diff line number Diff line change 11{% set name = "loopprojectfile" %}
22
33package :
4- name : " {{ name|lower }}"
5- version : " {{ environ.get('GIT_DESCRIBE_TAG', '') }}"
4+ name : {{ name|lower }}
5+ version : " {{ environ.get('GIT_DESCRIBE_TAG', '').lstrip('v') }}"
66
77source :
88 git_url : https://github.com/Loop3D/LoopProjectFile.git
You can’t perform that action at this time.
0 commit comments