Skip to content
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

Adding workflow to automatically build and upload binaries #296

Merged
merged 13 commits into from
May 2, 2022

Conversation

marcomq
Copy link
Contributor

@marcomq marcomq commented Mar 21, 2022

This workflow would automatically build and upload binaries for windows, linux and macos when tags are created. It may be triggered manually and would overwrite existing binaries.
On linux, it would use manylinux2014, so the binary would probably be compatible for RHEL 7 and other older and newer distributions.

Note: For windows, this would currently just upload the .exe and not the .bat /.zip file. Couldn't find the sources for those.

I only tested the manual trigger - not sure if upload on create tag would do everything correct.
You may delete this if you currently have some other solution :)

@marcomq marcomq mentioned this pull request Mar 21, 2022
Copy link
Owner

@dom96 dom96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, let's give it a try

@dom96 dom96 merged commit ee16248 into dom96:master May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants