File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33set -eux
44mkdir -p dist
55rye build --clean
6- # Patching importlib-metadata version until upstream library version is updated
7- # https://github.com/pypa/twine/issues/977#issuecomment-2189800841
8- " $HOME /.rye/self/bin/python3" -m ensurepip
9- " $HOME /.rye/self/bin/python3" -m pip install ' importlib-metadata==7.2.1'
106rye publish --yes --token=$PYPI_TOKEN
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ typecheck = { chain = [
9999"typecheck:mypy" = " mypy ."
100100
101101[build-system ]
102- requires = [" hatchling" , " hatch-fancy-pypi-readme" ]
102+ requires = [" hatchling==1.26.3 " , " hatch-fancy-pypi-readme" ]
103103build-backend = " hatchling.build"
104104
105105[tool .hatch .build ]
You can’t perform that action at this time.
0 commit comments