Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed May 7, 2024
1 parent efd2070 commit d08b001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
-r pypi
- name: Upload wheels to S3
if: ${{ env.RELEASE_TYPE == 'public' }}
if: ${{ env.RELEASE_TYPE == 'private' }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_IAM_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_IAM_KEY }}
Expand Down

0 comments on commit d08b001

Please sign in to comment.