Skip to content

Commit

Permalink
Remove pypi register
Browse files Browse the repository at this point in the history
No longer necessary / possible
pypa/twine#200
  • Loading branch information
n8henrie committed Jul 27, 2017
1 parent d74d395 commit cf97ef9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions {{cookiecutter.repo_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PYTHON = /usr/bin/env python3
PWD = $(shell pwd)
GREP := $(shell command -v ggrep || command -v grep)

.PHONY: clean-pyc clean-build docs clean register release clean-docs help
.PHONY: clean-pyc clean-build docs clean release clean-docs help

help:
@$(GREP) --only-matching --word-regexp '^[^[:space:].]*:' Makefile | sed 's|:[:space:]*||'
Expand Down Expand Up @@ -52,9 +52,6 @@ docs: clean-docs
$(MAKE) -C docs html
-open docs/_build/html/index.html

register: dist
twine register dist/*.whl

release: dist
twine upload dist/*

Expand Down

0 comments on commit cf97ef9

Please sign in to comment.