Skip to content

Commit fc6ffe9

Browse files
fix(ci): remove publishing patch (#76)
1 parent 2a3ae1d commit fc6ffe9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

bin/publish-pypi

-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
set -eux
44
mkdir -p dist
55
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'
106
rye publish --yes --token=$PYPI_TOKEN

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ typecheck = { chain = [
8989
"typecheck:mypy" = "mypy ."
9090

9191
[build-system]
92-
requires = ["hatchling", "hatch-fancy-pypi-readme"]
92+
requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
9393
build-backend = "hatchling.build"
9494

9595
[tool.hatch.build]

0 commit comments

Comments
 (0)