Skip to content

Commit 8061d18

Browse files
fix: temporarily patch upstream version to fix broken release flow (#1500)
1 parent d3254d1 commit 8061d18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/publish-pypi

+3
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
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'
69
rye publish --yes --token=$PYPI_TOKEN

0 commit comments

Comments
 (0)