8000 Update Makefile · tj-python/github-deploy@e52d668 · GitHub
[go: up one dir, main page]

Skip to content

Commit e52d668

Browse files
authored
Update Makefile
1 parent d360ac3 commit e52d668

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
@@ -36,7 +36,7 @@ release: dist ## package and upload a release
3636
@twine upload dist/*
3737

3838
dist: clean install-deploy ## builds source and wheel package
39-
@pip install twine==3.4.1
39+
@pip install twine
4040
@python setup.py sdist bdist_wheel
4141

4242
increase-version: guard-PART ## Increase project version

0 commit comments

Comments
 (0)
0