Skip to content

Commit 8c54316

Browse files
feat(api): update via SDK Studio (#86)
1 parent fd30f04 commit 8c54316

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)