Skip to content

Commit 75b8001

Browse files
committed
Use twine for releases
1 parent 8000ea6 commit 75b8001

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ test:
4444
coverage:
4545
$(VENV)/bin/py.test --cov cachecontrol
4646

47-
release: clean
48-
$(VENV)/bin/python setup.py sdist register -r $(CHEESE) upload -r $(CHEESE)
47+
release: dist
48+
$(VENV)/bin/twine upload dist/CacheControl-*.tar.gz
4949

5050
dist: clean
5151
python setup.py sdist

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sphinx
99
redis
1010
lockfile
1111
bumpversion
12+
twine

0 commit comments

Comments
 (0)