File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323jobs :
2424 build :
2525 name : Build distribution 📦
26- runs-on : ubuntu-latest
26+ runs-on : ubuntu-24.04
2727 steps :
2828 - uses : actions/checkout@v6
2929 - name : Set up Python
4545 name : Publish Python 🐍 distribution 📦 to TestPyPI
4646 needs :
4747 - build
48- runs-on : ubuntu-latest
48+ runs-on : ubuntu-24.04
4949 environment :
5050 name : testpypi
5151 url : ${{ env.PYPI_TEST_URL }}
6868 needs :
6969 - build
7070 - publish-to-testpypi
71- runs-on : ubuntu-latest
71+ runs-on : ubuntu-24.04
7272 environment :
7373 name : pypi
7474 url : ${{ env.PYPI_URL }}
8989 and upload them to GitHub Release
9090 needs :
9191 - publish-to-pypi
92- runs-on : ubuntu-latest
92+ runs-on : ubuntu-24.04
9393 permissions :
9494 contents : write # IMPORTANT: mandatory for making GitHub Releases
9595 id-token : write # IMPORTANT: mandatory for sigstore
You can’t perform that action at this time.
0 commit comments