File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
388388
389389- Support for proxies
390390- Custom transports
391- - Additional [ advanced] ( https://www.python-httpx.org/advanced/#client-instances ) functionality
391+ - Additional [ advanced] ( https://www.python-httpx.org/advanced/clients/ ) functionality
392392
393393``` python
394394from openlayer import Openlayer, DefaultHttpxClient
Original file line number Diff line number Diff line change 33set -eux
44mkdir -p dist
55rye 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'
69rye publish --yes --token=$PYPI_TOKEN
You can’t perform that action at this time.
0 commit comments