Skip to content

Commit

Permalink
Deploy: Add wheels 3.10 and 3.11 in helper script to download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed Jan 10, 2023
1 parent 93bb6b4 commit a7a2f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scripts/download_azure_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base_command="\
--organization=https://dev.azure.com/phcerdan \
--project sgext \
--run-id ${run_id}"
artifact_names=("MacOSWheel3.6" "MacOSWheel3.7" "MacOSWheel3.8" "MacOSWheel3.9" "WindowsWheel3.6" "WindowsWheel3.7" "WindowsWheel3.8" "WindowsWheel3.9")
artifact_names=("MacOSWheel3.6" "MacOSWheel3.7" "MacOSWheel3.8" "MacOSWheel3.9" "MacOSWheel3.10" "MacOSWheel3.11" "WindowsWheel3.6" "WindowsWheel3.7" "WindowsWheel3.8" "WindowsWheel3.9" "WindowsWheel3.10" "WindowsWheel3.11")
# Linux
linux_wheels_name=LinuxWheels
linux_command="$base_command --path /tmp --artifact-name ${linux_wheels_name}"
Expand Down

0 comments on commit a7a2f72

Please sign in to comment.