File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
name : torchvision-py${{ matrix.py_vers }}-macos11-m1
80
80
path : dist/
81
81
- name : Upload wheel to S3
82
- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
82
+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
83
83
shell : arch -arch arm64 bash {0}
84
84
env :
85
85
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
@@ -139,7 +139,7 @@ jobs:
139
139
name : torchvision-py${{ matrix.py_vers }}-macos11-m1-conda
140
140
path : dist/
141
141
- name : Upload package to conda
142
- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
142
+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
143
143
shell : arch -arch arm64 bash {0}
144
144
env :
145
145
CONDA_PYTORCHBOT_TOKEN : ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments