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 @@ -70,13 +70,13 @@ jobs:
70
70
conda run --cwd /tmp -p ${ENV_NAME} python3 -c "import torch;import torchaudio;torchaudio.set_audio_backend('sox_io')"
71
71
conda env remove -p ${ENV_NAME}
72
72
- name : Upload wheel to GitHub
73
- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
73
+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
74
74
uses : actions/upload-artifact@v3
75
75
with :
76
76
name : torchaudio-py${{ matrix.py_vers }}-macos11-m1
77
77
path : dist/
78
78
- name : Upload wheel to S3
79
- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
79
+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
80
80
shell : arch -arch arm64 bash {0}
81
81
env :
82
82
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments