Skip to content

Commit

Permalink
Update hatchling to 1.27.0 (#1639)
Browse files Browse the repository at this point in the history
Updating the version of `hatchling` resolves an issue in the workflow to
publish the package to Pypi:

```
ERROR    InvalidDistribution: Invalid distribution metadata: license-expression 
         introduced in metadata version 2.4, not 2.1     
```
  • Loading branch information
plypaul authored Jan 25, 2025
1 parent ac1bdf0 commit 3b0edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling~=1.14.0", "hatch-requirements-txt >= 0.4.1, <0.5.0"]
requires = ["hatchling>=1.27.0,<1.28.0", "hatch-requirements-txt >= 0.4.1, <0.5.0"]
build-backend = "hatchling.build"

[project]
Expand Down

0 comments on commit 3b0edfc

Please sign in to comment.