Skip to content

Commit 66fa88b

Browse files
stainless-app[bot]megamanics
authored andcommitted
fix: temporarily patch upstream version to fix broken release flow (openai#1500)
1 parent cf3f9ee commit 66fa88b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: 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)