Skip to content

Commit 9c811d2

Browse files
committed
Add making a new GitHub release to the release instructions
1 parent 7b09eeb commit 9c811d2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ address information still works, so it is backwards compatible.**
3434
Installation
3535
------------
3636

37-
This package is on PyPI, so:
37+
This package [is on PyPI](https://pypi.org/project/email-validator/), so:
3838

3939
```sh
4040
pip install email_validator
@@ -385,14 +385,13 @@ make test
385385
For Project Maintainers
386386
-----------------------
387387

388-
The package is distributed as a universal wheel. The wheel is specified
389-
as universal in the file `setup.cfg` by the `universal = 1` key in the
390-
`[bdist_wheel]` section.
388+
The package is distributed as a universal wheel and as a source package.
391389

392390
To release:
393391

394392
* Update the version number.
395-
* Follow the steps below to publish source and a universal wheel to pypi:
393+
* Follow the steps below to publish source and a universal wheel to pypi.
394+
* Make a release at https://github.com/JoshData/python-email-validator/releases/new.
396395

397396
```sh
398397
pip3 install twine
@@ -403,3 +402,6 @@ twine upload dist/*
403402
git tag v1.0.XXX # replace with version in setup.py
404403
git push --tags
405404
```
405+
406+
Notes: The wheel is specified as universal in the file `setup.cfg` by the `universal = 1` key in the
407+
`[bdist_wheel]` section.

0 commit comments

Comments
 (0)