tests: test commands
This commit is contained in:
parent
d3ad87211e
commit
570c29d9f1
16 changed files with 235 additions and 52 deletions
10
Makefile
10
Makefile
|
|
@ -12,5 +12,13 @@ tests:
|
|||
dist:
|
||||
pdm build
|
||||
|
||||
publish-pypi:
|
||||
pdm publish -u $(PYPI_REGISTRY_USERNAME) -P $(PYPI_REGISTRY_PASSWORD)
|
||||
|
||||
|
||||
publish-roboces:
|
||||
pdm publish --build -u $(ROBOCES_REGISTRY_USERNAME) -p $(ROBOCES_REGISTRY_PASSWORD) -r roboces
|
||||
|
||||
publish:
|
||||
pdm publish -u $(ROBOCES_REGISTRY_USERNAME) -P $(ROBOCES_REGISTRY_PASSWORD) -r https://git.roboces.dev/api/packages/catalin/pypi
|
||||
make publish-pypi
|
||||
make publish-roboces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue