Skip to content

Commit

Permalink
Fixed bug with deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 24, 2021
1 parent 2589836 commit 01d1a68
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 @@ -108,7 +108,7 @@ increase-version: guard-PART ## Increase project version
@bump2version $(PART)
@git switch -c main

dist: clean install-deploy compilemessages ## builds source and wheel package
dist: clean install-deploy ## builds source and wheel package
@pip install twine==3.4.1
@python setup.py sdist bdist_wheel

Expand Down

0 comments on commit 01d1a68

Please sign in to comment.