File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 - name : Set up Python
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : 3.12
31+ python-version : 3.13
3232
3333 - name : Install pypa/build and twine
3434 run : python -m pip install --user --upgrade build twine pkginfo
3535
3636 - name : Build a binary wheel and a source tarball
37- run : python -m build --sdist --outdir dist/
37+ run : python -m build --wheel -- sdist --outdir dist/
3838
39- - name : Validate wheel and sdis for Pypi
39+ - name : Validate wheels and sdists for Pypi
4040 run : python -m twine check dist/*
4141
4242 - name : Upload built archives
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v30.4.3 - 2025-06-25
5+ --------------------
6+
7+ This is a minor bugfix release:
8+
9+ - Release license-expression wheels properly
10+
411v30.4.2 - 2025-06-25
512--------------------
613
Original file line number Diff line number Diff line change 11[metadata]
22name = license-expression
3- version = 30.4.2
3+ version = 30.4.3
44license = Apache-2.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
You can’t perform that action at this time.
0 commit comments