-
Notifications
You must be signed in to change notification settings - Fork 635
Release 4.4.0 #1759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.4.0 #1759
Conversation
I've switched out a part of the publishing pipeline so keen to try a test release to see if the release candidate actually gets published. |
Pre-release (after 4 attempts!) made it to PyPI:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice effort, looks good. I'd prefer 4.4.0 though since these are not just bug fixes and might introduce new bugs.
- update upload/download workflow actions - use OIDC credentials to release to PyPI
update installation doc since `setup.py` method removed.
|
||
- Create a temporary virtual environment. | ||
- Build with ``pipx run build`` | ||
- Create and upload the distribution: ``python setup.py sdist bdist_wheel``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is redundant, pipx run build
creates wheel and sdist
No description provided.