Skip to content

Commit

Permalink
makefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 3, 2024
1 parent 6f532bc commit b01de5a
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 @@ -25,10 +25,10 @@ dist:
python3 -m build

upload_test:
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python3 -m twine upload --repository testpypi dist/*

upload:
python3 -m twine upload dist/*
python3 -m twine upload --repository pypi dist/*

.PHONY: lint-fix
lint-fix:
Expand Down

0 comments on commit b01de5a

Please sign in to comment.