File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111permissions : {}
1212
1313env :
14- # Define Python versions at the top level -- Expected format: X.Y (e.g., 3.13 )
15- PYTHON_DEFAULT : " ${{ vars.PYTHON_DEFAULT || '3.13 ' }}"
14+ # Define Python versions at the top level -- Expected format: X.Y (e.g., 3.14 )
15+ PYTHON_DEFAULT : " ${{ vars.PYTHON_DEFAULT || '3.14 ' }}"
1616
1717jobs :
1818 pypi-publish :
4646 - id : build-python
4747 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4848 with :
49- python-version : " ${{ env.PYTHON_DEFAULT || 3.13 }}"
49+ python-version : " ${{ env.PYTHON_DEFAULT || 3.14 }}"
5050 - id : output_python
5151 name : " bootstrap Python"
5252 shell : bash
6060 - name : Setup build tools
6161 id : build_deps
6262 shell : bash
63- run : pip install --no-input --user "pip>=26.0" "setuptools>=82 .0" "wheel>=0.45 " "build>=1.2.1"
63+ run : pip install --no-input --user "pip>=26.0.1 " "setuptools>=83 .0" "wheel>=0.47 " "build>=1.2.1"
6464 - name : Pre-Clean
6565 id : clean
6666 shell : bash
7777 run : |
7878 shasum -a 512 dist/* > build.checksums.txt
7979 - name : " Attest Build with Checksums"
80- id : multicast -build-chksum-attest
80+ id : piplicenses -build-chksum-attest
8181 if : ${{ !cancelled() && (github.repository == 'raimon49/pip-licenses') && startsWith(github.ref, 'refs/tags/') }}
82- uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
82+ uses : actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
8383 with :
8484 subject-checksums : build.checksums.txt
8585 github-token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments