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 bdd3fa8 commit 71c2665Copy full SHA for 71c2665
.github/workflows/dist.yml
@@ -43,8 +43,7 @@ jobs:
43
run: |
44
pip install twine
45
last_dist=$(ls -t dist/autoPyTorch-*.tar.gz | head -n 1)
46
- twine_output=`twine check "$last_dist"`
47
- if [[ "$twine_output" != "Checking $last_dist: PASSED" ]]; then echo $twine_output && exit 1;fi
+ twine check "$last_dist" --strict
48
49
- name: Install dist
50
0 commit comments