We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3ae1d commit fc6ffe9Copy full SHA for fc6ffe9
bin/publish-pypi
@@ -3,8 +3,4 @@
3
set -eux
4
mkdir -p dist
5
rye 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'
10
rye publish --yes --token=$PYPI_TOKEN
pyproject.toml
@@ -89,7 +89,7 @@ typecheck = { chain = [
89
"typecheck:mypy" = "mypy ."
90
91
[build-system]
92
-requires = ["hatchling", "hatch-fancy-pypi-readme"]
+requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
93
build-backend = "hatchling.build"
94
95
[tool.hatch.build]
0 commit comments