Skip to content

Commit

Permalink
CI: enable attestations, cleanup (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 16, 2024
1 parent 8bca33f commit 4070365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/listgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
python:
- "3.7"
- "3.8"
- "3.9"

runs-on: ubuntu-latest
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ jobs:
python-version: "3.x"

- name: deps
run: python -m pip install -U setuptools build wheel
run: python -m pip install -U build

- name: build
run: python -m build

- name: publish
uses: pypa/gh-action-pypi-publish@v1.10.3

- name: sign
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true
attestations: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["tests/"]
[project]
name = "stdlib-list"
dynamic = ["version"]
description = "A list of Python Standard Libraries (2.7 through 3.12)."
description = "A list of Python Standard Libraries (2.7 through 3.13)."
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Jack Maney", email = "jackmaney@gmail.com" }]
Expand Down

0 comments on commit 4070365

Please sign in to comment.