From 384b5b275901e30e5fdf9030ebb77cb94ea96946 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sun, 10 Jul 2022 21:25:53 -0500 Subject: [PATCH] Update release instructions to use new build mechanism --- RELEASE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 399bf7f7..461584d3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,8 +12,10 @@ 2. Close milestone on GitHub 3. git clean -xfdi 4. git tag -a vX.X.X -m "Release vX.X.X" -5. python setup.py sdist -6. python setup.py bdist_wheel -7. twine check dist/* -8. twine upload dist/* -9. git push upstream --tags +5. python -m pip install --upgrade pip +6. pip install --upgrade --upgrade-strategy eager build setuptools twine wheel +7. python -bb -X dev -W error -m build +8. twine check --strict dist/* +9. twine upload dist/* +10. git push upstream --tags +11. Create release on Github