Skip to content

Commit 4070365

Browse files
authored
CI: enable attestations, cleanup (#134)
1 parent 8bca33f commit 4070365

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/listgen.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
python:
18-
- "3.7"
19-
- "3.8"
2018
- "3.9"
2119

2220
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,12 @@ jobs:
2626
python-version: "3.x"
2727

2828
- name: deps
29-
run: python -m pip install -U setuptools build wheel
29+
run: python -m pip install -U build
3030

3131
- name: build
3232
run: python -m build
3333

3434
- name: publish
3535
uses: pypa/[email protected]
36-
37-
- name: sign
38-
uses: sigstore/[email protected]
3936
with:
40-
inputs: ./dist/*.tar.gz ./dist/*.whl
41-
release-signing-artifacts: true
37+
attestations: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = ["tests/"]
1111
[project]
1212
name = "stdlib-list"
1313
dynamic = ["version"]
14-
description = "A list of Python Standard Libraries (2.7 through 3.12)."
14+
description = "A list of Python Standard Libraries (2.7 through 3.13)."
1515
readme = "README.md"
1616
license = { file = "LICENSE" }
1717
authors = [{ name = "Jack Maney", email = "[email protected]" }]

0 commit comments

Comments
 (0)