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 22609f7 commit 75ddf47Copy full SHA for 75ddf47
.github/workflows/pypi-publish-dev.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
sudo apt-get install -y libprotobuf-dev
24
python -m pip install --upgrade pip
25
- pip install setuptools wheel twine grpcio-tools==1.48.2
+ pip install setuptools wheel twine==5.0.0 grpcio-tools==1.48.2
26
- name: Build and publish
27
env:
28
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
.github/workflows/pypi-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments