We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf973 commit 0da868dCopy full SHA for 0da868d
bin/publish-pypi
@@ -3,4 +3,7 @@
3
set -eux
4
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 pip install 'importlib-metadata==7.2.1'
9
rye publish --yes --token=$PYPI_TOKEN
0 commit comments