Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptillet committed Sep 4, 2024
1 parent 3037f9d commit 59498cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Publish wheels to index
if: ${{ steps.check-version.outputs.new_commit == 'true' }}
run: |
az storage blob upload --account-name oaitriton --auth-mode login --container-name public --source wheelhouse --destination-path "nightly-wheels/" --overwrite
az storage blob upload-batch --account-name oaitriton --auth-mode login --source wheelhouse --destination "public/nightly-wheels" --overwrite
- name: Azure Logout
if: ${{ steps.check-version.outputs.new_commit == 'true' && (success() || failure()) }}
Expand Down

0 comments on commit 59498cc

Please sign in to comment.