chore: update build
This commit is contained in:
parent
bd3d0814c9
commit
3ee3f15326
3 changed files with 707 additions and 18 deletions
11
Pipfile
11
Pipfile
|
|
@ -9,15 +9,18 @@ build = "*"
|
|||
pipenv = "*"
|
||||
tox = "*"
|
||||
twine = "*"
|
||||
pypi-attestations = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
||||
[scripts]
|
||||
"build" = "python3 -m build"
|
||||
"test-static" = "tox run -m static"
|
||||
"test-unit" = "tox run -m unit"
|
||||
"test-integration" = "tox run -m integration"
|
||||
"dist" = "python3 -m build"
|
||||
"dist:attestations" = "python3 -m pypi_attestations sign dist/*"
|
||||
"dist:publish" = "python3 -m twine upload --sign --repository tiararodney dist/*"
|
||||
"test:static" = "tox run -m static"
|
||||
"test:unit" = "tox run -m unit"
|
||||
"test:integration" = "tox run -m integration"
|
||||
|
||||
[packages]
|
||||
"byteb4rb1e.utils" = {file = ".", editable = true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue