Skip to content

Commit

Permalink
chore(ci): release nightly to Zama PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed May 16, 2024
1 parent 8243943 commit 04fdec1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,8 @@ jobs:
path: wheels
merge-multiple: true

- name: Push wheels to internal PyPI (nightly)
continue-on-error: true
if: ${{ env.RELEASE_TYPE == 'nightly' }}
run: |
pip install twine==4.0.2
twine upload wheels/*.whl \
-u "${{ secrets.INTERNAL_PYPI_USER }}" \
-p "${{ secrets.INTERNAL_PYPI_PASSWORD }}" \
--repository-url "${{ secrets.INTERNAL_PYPI_URL }}"
- name: Upload wheels to S3
continue-on-error: true
if: ${{ env.RELEASE_TYPE == 'public' }}
if: ${{ env.RELEASE_TYPE == 'public' || env.RELEASE_TYPE == 'nightly' }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_IAM_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_IAM_KEY }}
Expand Down

0 comments on commit 04fdec1

Please sign in to comment.