feat: add -c/--config flag to every command
This commit is contained in:
parent
570c29d9f1
commit
6f45b76579
10 changed files with 163 additions and 51 deletions
6
Makefile
6
Makefile
|
|
@ -12,12 +12,14 @@ tests:
|
|||
dist:
|
||||
pdm build
|
||||
|
||||
build:
|
||||
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
|
||||
pdm 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