Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: hynek/build-and-inspect-python-package@v2
- uses: hynek/build-and-inspect-python-package@v3.0.1

release-test-pypi:
name: Publish in-dev package to test.pypi.org
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.1.1 (unreleased)

- Bump `hynek/build-and-inspect-python-package` from v2 to v3.0.1. Hatchling now
emits `Metadata-Version: 2.5`, which the Twine bundled in v2 rejects with
`InvalidDistribution: '2.5' is not a valid metadata version` — the release
build failed before uploading anything. v3 ships Twine 7, which supports it.

- Add the `LICENSE.txt` file with the full Zope Public License 2.1 text.
The packaging metadata already declared `ZPL-2.1`, but the license text
itself was missing from the repository, so GitHub reported "No license" and
Expand Down
Loading