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 eb13ae0 commit b2ac331Copy full SHA for b2ac331
.github/workflows/dist.yml
@@ -39,8 +39,8 @@ jobs:
39
run: |
40
pip install twine
41
last_dist=$(ls -t dist/auto-sklearn-*.tar.gz | head -n 1)
42
- twine_output=`twine check "$last_dist"`
43
- if [[ "$twine_output" != "Checking $last_dist: PASSED" ]]; then echo $twine_output && exit 1;fi
+ twine check "$last_dist" --strict
+
44
45
- name: Install dist
46
0 commit comments