Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 085166c

Browse files
committedMar 17, 2025·
fix(ci): ensure pip is always available (#216)
1 parent 5c72e94 commit 085166c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎bin/publish-pypi

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ mkdir -p dist
55
rye build --clean
66
# Patching importlib-metadata version until upstream library version is updated
77
# https://github.com/pypa/twine/issues/977#issuecomment-2189800841
8+
"$HOME/.rye/self/bin/python3" -m ensurepip
89
"$HOME/.rye/self/bin/python3" -m pip install 'importlib-metadata==7.2.1'
910
rye publish --yes --token=$PYPI_TOKEN

0 commit comments

Comments
 (0)
Please sign in to comment.