chore: cleanup
This commit is contained in:
parent
d8d32e1662
commit
9221fdcfe2
8 changed files with 23 additions and 2752 deletions
4
Pipfile
4
Pipfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue