We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763a83 commit c54d705Copy full SHA for c54d705
.github/workflows/build-wheels-m1.yml renamed to .github/workflows/build-wheels-macos.yml
@@ -1,11 +1,11 @@
1
# From https://github.com/pytorch/test-infra/wiki/Using-Nova-Reusable-Build-Workflows
2
-name: Build M1 Wheels
+name: Build macOS Wheels
3
4
on:
5
pull_request:
6
paths:
7
- build/packaging/**
8
- - .github/workflows/build-wheels-m1.yml
+ - .github/workflows/build-wheels-macos.yml
9
push:
10
branches:
11
- nightly
@@ -56,7 +56,7 @@ jobs:
56
# files to look at.
57
submodules: true
58
delocate-wheel: false
59
- env-var-script: build/packaging/env_var_script_m1.sh
+ env-var-script: build/packaging/env_var_script_macos.sh
60
pre-script: ${{ matrix.pre-script }}
61
post-script: ${{ matrix.post-script }}
62
package-name: ${{ matrix.package-name }}
build/packaging/env_var_script_m1.sh renamed to build/packaging/env_var_script_macos.sh
0 commit comments