Skip to content

Commit 75ddf47

Browse files
xingyousongcopybara-github
authored andcommitted
Revert Twine=5.0.0 to unblock deployment failures: pypa/twine#1125
PiperOrigin-RevId: 646610752
1 parent 22609f7 commit 75ddf47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
sudo apt-get install -y libprotobuf-dev
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel twine grpcio-tools==1.48.2
25+
pip install setuptools wheel twine==5.0.0 grpcio-tools==1.48.2
2626
- name: Build and publish
2727
env:
2828
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
sudo apt-get install -y libprotobuf-dev
2222
python -m pip install --upgrade pip
23-
pip install setuptools wheel twine grpcio-tools==1.48.2
23+
pip install setuptools wheel twine==5.0.0 grpcio-tools==1.48.2
2424
- name: Build and publish
2525
env:
2626
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)