chore: cleanup

This commit is contained in:
Tiara Rodney 2026-03-27 19:00:09 +01:00
parent d8d32e1662
commit 9221fdcfe2
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
8 changed files with 23 additions and 2752 deletions

View file

@ -10,6 +10,7 @@ pipenv = "*"
tox = "*"
twine = "*"
pypi-attestations = "*"
autopep8 = "*"
[requires]
python_version = "3"
@ -17,7 +18,8 @@ python_version = "3"
[scripts]
"dist" = "python3 -m build"
"dist:attestations" = "python3 -m pypi_attestations sign dist/*"
"dist:publish" = "python3 -m twine upload --sign --repository tiararodney dist/*"
"dist:publish:tiararodney" = "python3 -m twine upload --sign --repository tiararodney dist/*"
"test" = "tox"
"test:static" = "tox run -m static"
"test:unit" = "tox run -m unit"
"test:integration" = "tox run -m integration"