Skip to content

Commit

Permalink
Merge pull request #50 from geoadmin/fix-BGDIINF_SB-3114-make-publish
Browse files Browse the repository at this point in the history
BGDIINF_SB-3114: Fixed make publish - #patch
  • Loading branch information
ltflb-bgdi authored Mar 11, 2024
2 parents aaf87ed + df4909a commit 43e0ad7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ yapf = "~=0.32.0"
coverage = "~=7.0.5"
django = "~=3.2.18"
flask = "~=2.3.2"
importlib_metadata = "~=6.0.0"
nose2 = "~=0.12.0"
packaging = "~=23.0"
requests = "~=2.28.2"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43e0ad7

Please sign in to comment.