Skip to content

Commit

Permalink
Revert Twine=5.0.0 to unblock deployment failures: pypa/twine#1125
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 646606486
  • Loading branch information
xingyousong authored and copybara-github committed Jun 25, 2024
1 parent 22609f7 commit 7a8b678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get install -y libprotobuf-dev
python -m pip install --upgrade pip
pip install setuptools wheel twine grpcio-tools==1.48.2
pip install setuptools wheel twine==5.0.0 grpcio-tools==1.48.2
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo apt-get install -y libprotobuf-dev
python -m pip install --upgrade pip
pip install setuptools wheel twine grpcio-tools==1.48.2
pip install setuptools wheel twine==5.0.0 grpcio-tools==1.48.2
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 7a8b678

Please sign in to comment.