-
Notifications
You must be signed in to change notification settings - Fork 141
Implement release publishing #532
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
Conversation
Set runs on for conda build to use macos arm runners and python 3.8 through 3.11
Seems like the ARM runners aren't taking jobs.
|
This is great, @davidt0x! Is uploading to PyPI also coming in this PR? |
|
Ok, sure, I can add it. sdist only correct? |
|
Yes, please. Only sdist. On a different note, do you know why the main workflow is not triggered by this PR? |
|
I am not sure why the workflow didn't run. It does say review required on my end so maybe since it is modifying the workflow it requires review first before running. The workflow ran on my fork fine. |
|
Actually, scratch that, I see the problem. I have a YAML syntax error after I uncommented the if statement. Let me fix. |
This PR implements building of Anaconda and sdist packages for Python 3.8 through 3.10 and uploading to anconda.org and pypi.org on tagged releases. I tried to test the uploading piece as much as possible on my fork but it might need some fixes when it is triggered for the first time.