Skip to content

Commit d6c0db5

Browse files
committed
Update pypi instructions in README.md
1 parent d405ffe commit d6c0db5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,7 @@ To run a specific test:
119119

120120
To build and deploy a versioned package to PyPI, verify [all unittests are passing](https://travis-ci.com/kimetrica/django-binary-database-files/), then increase (and commit) the version number in `binary_database_files/__init__.py` and then run:
121121

122-
python setup.py sdist
123-
python setup.py sdist upload
122+
python setup.py sdist bdist_wheel
123+
twine check dist/*
124+
twine upload dist/*
125+

0 commit comments

Comments
 (0)