Skip to content

Commit

Permalink
Relax pb
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Mar 20, 2024
1 parent 34ca870 commit 9f1251a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: "Verify proto"
command: |
set -ex
python3 -m pip install grpcio-tools mypy-protobuf protobuf==4.21.12
python3 -m pip install grpcio-tools mypy-protobuf "protobuf>=4,<5"
python protoc.py
linux_publish:
Expand All @@ -62,7 +62,7 @@ jobs:
conda create -n build python=3.10 -y
conda activate build
cd python
python3 -m pip install grpcio-tools mypy-protobuf protobuf==4.21.12 twine
python3 -m pip install grpcio-tools mypy-protobuf "protobuf>=4,<5" twine
make build
ls dist/*.whl
python3 -m twine upload -r pypi -u __token__ -p ${PYPI_TWINE_TOKEN} dist/*.whl
Expand Down

0 comments on commit 9f1251a

Please sign in to comment.