File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 name : torchvision-py${{ matrix.py_vers }}-macos11-m1
8080 path : dist/
8181 - 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/')) }}
8383 shell : arch -arch arm64 bash {0}
8484 env :
8585 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
@@ -139,7 +139,7 @@ jobs:
139139 name : torchvision-py${{ matrix.py_vers }}-macos11-m1-conda
140140 path : dist/
141141 - 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/')) }}
143143 shell : arch -arch arm64 bash {0}
144144 env :
145145 CONDA_PYTORCHBOT_TOKEN : ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments