We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9a6d3 commit a0a55e2Copy full SHA for a0a55e2
python/Makefile
@@ -5,7 +5,7 @@ DEPLOY_PYTHON := $(CURDIR)/deploy.sh
5
.PHONY: deploy
6
7
ifneq ($(HAS_NIX),)
8
-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)"
9
else
10
DEPLOY_COMMAND := SBP_VERSION=$(SBP_VERSION) $(SHELL) $(DEPLOY_PYTHON)
11
endif
0 commit comments