Skip to content

Commit

Permalink
build: remove unused push-pythonpackage makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Mar 28, 2022
1 parent fde3877 commit 91b9395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev-requirements: ## Install packages from developer requirement files
pip install -e .

build-pythonpackage: ## Build Python packages ready to upload to pypi
python setup.py sdist
python setup.py sdist bdist_wheel

push-pythonpackage: ## Push python package to pypi
twine upload --skip-existing dist/$(PROJECT)-$(shell make version).tar.gz
Expand Down

0 comments on commit 91b9395

Please sign in to comment.