Use metadata_verify instead of check

This commit is contained in:
Henry Schreiner
2020-06-03 11:04:52 -04:00
parent ab50aa7f47
commit 9bda1cadd0
3 changed files with 9 additions and 7 deletions
+5 -3
View File
@@ -101,13 +101,15 @@ would now look like:
packages_dir: custom-dir/
```
### Disabling twine check
### Disabling metadata verification
You can also disable the twine check with:
It is recommended that you run `twine check` just after producing your files,
but this also runs `twine check` before upload. You can also disable the twine
check with:
```yml
with:
check: false
verify_metadata: false
```
## License