Skip to content

Commit a0a55e2

Browse files
committed
Explicitly pass pypi info
1 parent 7e9a6d3 commit a0a55e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEPLOY_PYTHON := $(CURDIR)/deploy.sh
55
.PHONY: deploy
66

77
ifneq ($(HAS_NIX),)
8-
DEPLOY_COMMAND := nix-shell ../default.nix --pure --run "SBP_VERSION=$(SBP_VERSION) $(DEPLOY_PYTHON)"
8+
DEPLOY_COMMAND := nix-shell ../default.nix --pure --run "PYPI_USERNAME=$(PYPI_USERNAME) PYPI_PASSWORD=$(PYPI_PASSWORD) SBP_VERSION=$(SBP_VERSION) $(DEPLOY_PYTHON)"
99
else
1010
DEPLOY_COMMAND := SBP_VERSION=$(SBP_VERSION) $(SHELL) $(DEPLOY_PYTHON)
1111
endif

0 commit comments

Comments
 (0)