-
Notifications
You must be signed in to change notification settings - Fork 6
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
Change pre-release.yml
for multi-platform builds
#99
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
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.
With these updates, we no longer need the create_dev_build.sh
script, right?
Yea, idts that the script would be needed. The only thing which is unclear to me is how the pre-release version numbers would be tracked. For instance, say we have published |
@TheGupta2012 It does so using qbraid_core.system.versions.get_latest_package_version() with the option |
@ryanhill1 have also added the change for |
Summary of changes
pre-release.yaml
pre_build.sh
script to detect whether we are in pre-release, if yes, then change the version of the toml file to dev version.CIBW_BEFORE_BUILD
command to include the project name as an argument.