File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ifeq ($(RELEASE_GPG_KEYNAME),)
72
72
endif
73
73
@echo "==> pypi repository: $(PYPI_REPOSITORY)"
74
74
@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)
76
76
@echo "==> Python 3.3 (bdist_egg)"
77
77
@python3.3 setup.py build --build-base=py-build/3.3 bdist_egg upload --repository $(PYPI_REPOSITORY) --show-response --sign --identity $(RELEASE_GPG_KEYNAME)
78
78
@echo "==> Python 3.4 (bdist_egg)"
You can’t perform that action at this time.
0 commit comments