Skip to content

Commit 3e94589

Browse files
fix(ci): remove publishing patch (#136)
1 parent b334ab6 commit 3e94589

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bin/publish-pypi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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 pip install 'importlib-metadata==7.2.1'
96
rye publish --yes --token=$PYPI_TOKEN

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ typecheck = { chain = [
8686
"typecheck:mypy" = "mypy ."
8787

8888
[build-system]
89-
requires = ["hatchling", "hatch-fancy-pypi-readme"]
89+
requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
9090
build-backend = "hatchling.build"
9191

9292
[tool.hatch.build]

0 commit comments

Comments
 (0)