We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328fc5d commit e681dc9Copy full SHA for e681dc9
1 file changed
.github/workflows/release.yml
@@ -193,9 +193,7 @@ jobs:
193
run: |
194
python -m pip install twine
195
twine_output=`twine check ${{ env.sdist_name }}`
196
- if [[ "$twine_output" != "Checking ${{ env.sdist_name }}: PASSED" ]]; then
197
- echo $twine_output && exit 1;
198
- fi
+ twine check ${{env.sdist_name}} --strict
199
200
- name: Install dist
201
0 commit comments