Skip to content

Commit 77648fa

Browse files
dhermeslukesneeringer
authored andcommitted
Add twine and setuptools install as step before twine upload. (googleapis#3257)
This is a "temporary" fix, these dependencies should be in the docker image?
1 parent ed5c564 commit 77648fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ jobs:
136136
- deploy:
137137
name: Update the docs
138138
command: nox -e docs
139+
- deploy:
140+
name: Setup to Push to PyPI
141+
command: |
142+
if [[ -n "$CIRCLE_TAG" ]]; then
143+
pip install --upgrade setuptools twine
144+
fi
139145
- deploy:
140146
name: Push to PyPI (if this is a release tag).
141147
command: test_utils/scripts/circleci/twine_upload.sh

0 commit comments

Comments
 (0)