We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e91f75 commit c6dcd99Copy full SHA for c6dcd99
bin/publish-pypi
@@ -5,5 +5,6 @@ mkdir -p dist
5
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 ensurepip
9
"$HOME/.rye/self/bin/python3" -m pip install 'importlib-metadata==7.2.1'
10
rye publish --yes --token=$PYPI_TOKEN
0 commit comments