-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add automatic development releases to pypi #368
Conversation
a478ae6
to
db078b3
Compare
…ypi to confirm that incrementing works.
See https://pypi.org/project/buildingmotif/#history now contains 0.4.0.dev1 and I have been able to install it by running |
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 cool. Thanks for doing this! I think this will be a huge help with dissemination and prototyping
@MatthewSteen does this look good to you now? |
Trigger:
Steps:
pyproject.toml
(major, minor, patch, pre-release, post-release, etc.)0.4.0.dev3
->0.4.0.dev4
).dev1
to the current version.If this works you should be able to get the latest development release by running
pip install --pre buildingmotif