Skip to content

Commit 4293a90

Browse files
committed
CI: enable attestations, cleanup
Also fixes the package's description. Signed-off-by: William Woodruff <[email protected]>
1 parent 8bca33f commit 4293a90

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.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)