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

Add release actions #8

Merged
merged 6 commits into from Jun 28, 2022
Merged

Add release actions #8

merged 6 commits into from Jun 28, 2022

Conversation

mcflugen
Copy link
Owner

@mcflugen mcflugen commented Jun 28, 2022

This pull request adds two new GitHub Actions workflows. One to push pre-releases to TestPyPI (tags that are version numbers ending with [ab][0-9]*), and one to push releases to PyPI (tags that are version numbers without the suffix).

For now, I've only enabled source distributions. There are some issues installing gsl for cibuildwheel that we'll have to figure out first. It looks like we may have to modify pyproject.toml to include something like,

[tool.cibuildwheel.linux]
before-all = "yum install gsl"

and then something similar for macos and windows.

@mcflugen mcflugen merged commit 50572f2 into develop Jun 28, 2022
@mcflugen mcflugen deleted the mcflugen/add-release-actions branch June 28, 2022 20:29
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.

None yet

1 participant