File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fetch-depth : 0 # Fetch all tags to get correct version on build
2020
2121 - name : Setup python environment
22- uses : glenn20/python-ci/setup@v1
22+ uses : glenn20/python-ci/setup@dev
2323
2424 - name : Build package
2525 run : uv build
Original file line number Diff line number Diff line change 4343jobs :
4444 checks :
4545 name : Code checks
46- uses : glenn20/python-ci/.github/workflows/check.yaml@v1
46+ uses : glenn20/python-ci/.github/workflows/check.yaml@dev
4747
4848 tests :
4949 name : Tests
50- uses : glenn20/python-ci/.github/workflows/test.yaml@v1
50+ uses : glenn20/python-ci/.github/workflows/test.yaml@dev
5151 with :
5252 os : ${{ inputs.os }}
5353 python-version : ${{ inputs.python-version }}
5454
5555 build :
5656 name : Build
57- uses : glenn20/python-ci/.github/workflows/build.yaml@v1
57+ uses : glenn20/python-ci/.github/workflows/build.yaml@dev
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Checkout and setup python environment
20- uses : glenn20/python-ci/setup@v1
20+ uses : glenn20/python-ci/setup@dev
2121
2222 - name : mypy
2323 run : uv run --frozen mypy
Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v4
4747
4848 - name : Checkout and setup python environment ${{ matrix.python-version }}
49- uses : glenn20/python-ci/setup@v1
49+ uses : glenn20/python-ci/setup@dev
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252
5858
5959 build :
6060 name : Build
61- uses : glenn20/python-ci/.github/workflows/build.yaml@v1
61+ uses : glenn20/python-ci/.github/workflows/build.yaml@dev
Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v4
4747
4848 - name : Checkout and setup python environment
49- uses : glenn20/python-ci/setup@v1
49+ uses : glenn20/python-ci/setup@dev
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252
You can’t perform that action at this time.
0 commit comments