Skip to content

Commit 95f9dd1

Browse files
author
Luke Bakken
committed
restore line
1 parent f3d2162 commit 95f9dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
7272
endif
7373
@echo "==> pypi repository: $(PYPI_REPOSITORY)"
7474
@echo "==> Python 2.7 (bdist_egg)"
75-
# @python2.7 setup.py build --build-base=py-build/2.7 bdist_egg upload --repository $(PYPI_REPOSITORY) --show-response --sign --identity $(RELEASE_GPG_KEYNAME)
75+
@python2.7 setup.py build --build-base=py-build/2.7 bdist_egg upload --repository $(PYPI_REPOSITORY) --show-response --sign --identity $(RELEASE_GPG_KEYNAME)
7676
@echo "==> Python 3.3 (bdist_egg)"
7777
@python3.3 setup.py build --build-base=py-build/3.3 bdist_egg upload --repository $(PYPI_REPOSITORY) --show-response --sign --identity $(RELEASE_GPG_KEYNAME)
7878
@echo "==> Python 3.4 (bdist_egg)"

0 commit comments

Comments
 (0)