Skip to content

Commit

Permalink
BGDIINF_SB-3114: Fixed make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ltflb-bgdi committed Mar 11, 2024
1 parent aaf87ed commit dca3a9d
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 @@ -109,7 +109,7 @@ package: $(DEV_REQUIREMENTS_TIMESTAMP)


.PHONY: publish
publish: clean-all publish-check package
publish: publish-check package
@echo "Upload package version=$(PACKAGE_VERSION)"
$(PYTHON) -m twine upload dist/*

Expand Down

0 comments on commit dca3a9d

Please sign in to comment.