Skip to content

Commit

Permalink
[misc] Enable pypi upload for macOS (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ye authored Jan 16, 2021
1 parent 6c4f0d8 commit e8b95a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
ti test -vr2 -t2
# TODO(#1580): Upload to PyPI. Need to set up PYPI_PWD in the secrets first.
# - name: Upload PyPI
# env:
# # https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow
# PYPI_PWD: ${{ secrets.PYPI_PWD }}
# run: |
# cd python
# python build.py try_upload && bash <(curl -s https://codecov.io/bash)
- name: Upload PyPI
env:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow
PYPI_PWD: ${{ secrets.PYPI_PWD }}
run: |
cd python
python build.py try_upload && bash <(curl -s https://codecov.io/bash)

0 comments on commit e8b95a5

Please sign in to comment.