ci: use twine to upload packages on pypi

This commit is contained in:
Rémi Alvergnat
2023-12-14 10:50:26 +01:00
parent ce62ca94a2
commit edf29168a1
3 changed files with 8 additions and 5 deletions
-1
View File
@@ -2,7 +2,6 @@
version_variables = ["guessit/__version__.py:__version__"]
commit_subject = "chore(release): release v{version}"
commit_author = "github-actions <actions@github.com>"
upload_to_pypi_glob_patterns = "*.tar.gz,*.whl"
build_command = ""
[tool.check-manifest]