We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2a837 commit bb074a2Copy full SHA for bb074a2
2 files changed
README.md
@@ -425,8 +425,7 @@ To release:
425
* Update CHANGELOG.md.
426
* Update the version number in `email_validator/version.py`.
427
* Make & push a commit with the new version number and make sure tests pass.
428
-* Make & push a tag (see command below).
429
-* Make a release at https://github.com/JoshData/python-email-validator/releases/new.
+* Make a release at https://github.com/JoshData/python-email-validator/releases/new creating a new tag (or use command below).
430
* Publish a source and wheel distribution to pypi (see command below).
431
432
```sh
release_to_pypi.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-source env/bin/activate
+source venv/bin/activate
3
pip3 install --upgrade build twine
4
rm -rf dist
5
python3 -m build
0 commit comments