Mercurial > hg > nsaunier > traffic-intelligence
diff Makefile @ 1288:96c7cfbdd226
merged
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sat, 20 Jul 2024 20:36:15 -0400 |
| parents | 5ac26907e3c3 |
| children |
line wrap: on
line diff
--- a/Makefile Sat Jul 20 20:35:21 2024 -0400 +++ b/Makefile Sat Jul 20 20:36:15 2024 -0400 @@ -24,7 +24,7 @@ @cp scripts/*.py $(INSTALL_DIR) uploadpython: @python setup.py sdist - @twine upload dist/* --skip-existing + @twine upload dist/* --skip-existing --repository TRAFFIC_INTELLIGENCE #python setup.py sdist upload #python setup.py sdist bdist_wheel
