This commit is contained in:
Damien Elmes 2020-08-21 20:05:44 +10:00
parent 3001e0425d
commit 9a8e6d8bdf

View File

@ -345,3 +345,7 @@ jobs:
# https://github.com/ankitects/anki/pull/535
perl scripts/rename -f "s@\+[\w\d]+-@-@g" dist/*
python -m twine upload --non-interactive --skip-existing --verbose dist/*
- name: macOS CI workaround test
if: matrix.BUILD_TYPE == 'check' && matrix.os == 'macos-latest'
run: sync && sleep 10