File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 python :
18- - " 3.7"
19- - " 3.8"
2018 - " 3.9"
2119
2220 runs-on : ubuntu-latest
Original file line number Diff line number Diff 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/gh-action-pypi-publish@v1.10.3
36-
37- - name : sign
38- uses : sigstore/gh-action-sigstore-python@v3.0.0
3936 with :
40- inputs : ./dist/*.tar.gz ./dist/*.whl
41- release-signing-artifacts : true
37+ attestations : true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include = ["tests/"]
1111[project ]
1212name = " stdlib-list"
1313dynamic = [" 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 )."
1515readme = " README.md"
1616license = { file = " LICENSE" }
1717authors = [{ name = " Jack Maney" , email = " jackmaney@gmail.com" }]
You can’t perform that action at this time.
0 commit comments