Skip to content

Commit 269fc87

Browse files
[UPDATE] Supperceeds PR #343
* updates GHA for releases
1 parent 25c0e42 commit 269fc87

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CD-PyPi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
permissions: {}
1212

1313
env:
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

1717
jobs:
1818
pypi-publish:
@@ -46,7 +46,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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
@@ -77,9 +77,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)