-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update release actions #203
Conversation
for more information, see https://pre-commit.ci
pre-commit.ci run |
I'm realizing that the publish-pypi action won't work for pre-releases that well... it is looking for the latest release of bumps to install, while we want it to use the minimum required bumps version from pyproject.toml (which sometimes will be a pre-release) I'm working on a fix now, using the builder script in |
…ew.build_client to build client
…uild_client --cleanup to build client
I think I will merge this without review, because it's impossible to test its full functionality without merging it and attempting to publish a new pre-release to pypi. |
Getting actions ready for publishing a wheel to pypi, and for building distributables for all platforms. Tested on a fork, all of the actions seem to be working.