Skip to content

Commit 97e3567

Browse files
committed
Wheels should also be uploaded to PyPI
1 parent 4d578ef commit 97e3567

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

{{cookiecutter.project_shortname}}/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ If you have selected install_dependencies during the prompt, you can skip this p
6262
```
6363
$ npm run build
6464
```
65-
2. Create a Python tarball
65+
2. Create a Python distribution
6666
```
67-
$ python setup.py sdist
67+
$ python setup.py sdist bdist_wheel
6868
```
69-
This distribution tarball will get generated in the `dist/` folder
69+
This will create source and wheel distribution in the generated the `dist/` folder.
70+
See [PyPA](https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project)
71+
for more information.
7072
7173
3. Test your tarball by copying it into a new environment and installing it locally:
7274
```

0 commit comments

Comments
 (0)