Skip to content

Commit

Permalink
set test pypi as target
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFerMa committed Oct 10, 2024
1 parent 62e7e40 commit 5ecd8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ unit-tests:
test: integration-tests system-tests unit-tests

upload-main: packages
python3 -m twine upload --repository pypi packages/*/dist/*
python3 -m twine upload --repository pypi packages/*/meta_dist/*
python3 -m twine upload --repository testpypi packages/*/dist/*
python3 -m twine upload --repository testpypi packages/*/meta_dist/*

remove-dev:
python3 -m util.release
Expand Down

0 comments on commit 5ecd8a7

Please sign in to comment.