Skip to content

Commit 30392e9

Browse files
chore(internal): version bump (#243)
1 parent 2f8b4fa commit 30392e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
394394
from openlayer import Openlayer, DefaultHttpxClient

bin/publish-pypi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
set -eux
44
mkdir -p dist
55
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'
69
rye publish --yes --token=$PYPI_TOKEN

0 commit comments

Comments
 (0)