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
388
388
389
389
- Support for proxies
390
390
- 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
392
392
393
393
``` python
394
394
from openlayer import Openlayer, DefaultHttpxClient
Original file line number Diff line number Diff line change 3
3
set -eux
4
4
mkdir -p dist
5
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'
6
9
rye publish --yes --token=$PYPI_TOKEN
You can’t perform that action at this time.
0 commit comments