File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ address information still works, so it is backwards compatible.**
34
34
Installation
35
35
------------
36
36
37
- This package is on PyPI, so:
37
+ This package [ is on PyPI] ( https://pypi.org/project/email-validator/ ) , so:
38
38
39
39
``` sh
40
40
pip install email_validator
@@ -385,14 +385,13 @@ make test
385
385
For Project Maintainers
386
386
-----------------------
387
387
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.
391
389
392
390
To release:
393
391
394
392
* 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 .
396
395
397
396
``` sh
398
397
pip3 install twine
@@ -403,3 +402,6 @@ twine upload dist/*
403
402
git tag v1.0.XXX # replace with version in setup.py
404
403
git push --tags
405
404
```
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.
You can’t perform that action at this time.
0 commit comments