Skip to content

Commit

Permalink
Explicitly pass pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed Mar 1, 2019
1 parent 7e9a6d3 commit a0a55e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEPLOY_PYTHON := $(CURDIR)/deploy.sh
.PHONY: deploy

ifneq ($(HAS_NIX),)
DEPLOY_COMMAND := nix-shell ../default.nix --pure --run "SBP_VERSION=$(SBP_VERSION) $(DEPLOY_PYTHON)"
DEPLOY_COMMAND := nix-shell ../default.nix --pure --run "PYPI_USERNAME=$(PYPI_USERNAME) PYPI_PASSWORD=$(PYPI_PASSWORD) SBP_VERSION=$(SBP_VERSION) $(DEPLOY_PYTHON)"
else
DEPLOY_COMMAND := SBP_VERSION=$(SBP_VERSION) $(SHELL) $(DEPLOY_PYTHON)
endif
Expand Down

0 comments on commit a0a55e2

Please sign in to comment.