wip
This commit is contained in:
parent
ee43046e59
commit
d628ce1c42
22 changed files with 491 additions and 1483 deletions
10
Makefile
10
Makefile
|
|
@ -4,18 +4,18 @@ linters:
|
|||
|
||||
.PHONY: tests
|
||||
tests:
|
||||
pdm run pytest --cov=halig -vv tests --report-log reportlog.json
|
||||
pdm run coverage html
|
||||
pdm run coverage xml
|
||||
rye run pytest --cov=halig -vv tests --report-log reportlog.json
|
||||
rye run coverage html
|
||||
rye run coverage xml
|
||||
|
||||
build:
|
||||
pdm build
|
||||
|
||||
publish-pypi:
|
||||
pdm publish -u $(PYPI_REGISTRY_USERNAME) -P $(PYPI_REGISTRY_PASSWORD)
|
||||
rye publish -u $(PYPI_REGISTRY_USERNAME) -P $(PYPI_REGISTRY_PASSWORD)
|
||||
|
||||
publish-roboces:
|
||||
pdm publish -u $(ROBOCES_REGISTRY_USERNAME) -P $(ROBOCES_REGISTRY_PASSWORD) -r https://git.roboces.dev/api/packages/catalin/pypi
|
||||
rye publish -u $(ROBOCES_REGISTRY_USERNAME) -P $(ROBOCES_REGISTRY_PASSWORD) -r https://git.roboces.dev/api/packages/catalin/pypi
|
||||
|
||||
publish:
|
||||
make publish-pypi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue