Skip to content

Commit 0264234

Browse files
authored
adding twine to pypi upload script (#2318)
This adds the twine module to .github/workflows/pypi_build.yml BUG=request from RJ
1 parent 7811156 commit 0264234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi_build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- name: Check Directory Output
4242
run: |
4343
ls -l bazel-pypi-out
44+
- name: Install Twine
45+
run: |
46+
python -m pip install --upgrade pip setuptools wheel
47+
pip install twine
4448
- name: upload to pypi
4549
if: |
4650
github.event.inputs.upload-type == 'pypi' ||

0 commit comments

Comments
 (0)