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

Refactor update_backend.yml workflow #562

Merged
merged 10 commits into from
Mar 9, 2024

Conversation

sefffal
Copy link
Contributor

@sefffal sefffal commented Mar 8, 2024

@MilesCranmer This PR includes my fixes to this workflow. It should, when run, detect a new backend version, bump the python patch number, and open a PR.

Note that you may need to run modify some repository settings to allow additional action permissions.

@sefffal
Copy link
Contributor Author

sefffal commented Mar 8, 2024

The key changes here are that the version numbers need to be modified in pyproject.toml and in pysr/juliapkg.json. Previously the workflow was trying to change things in setup.py, which is overwritten (and is in gitignore, so never gets picked up by the pull request step).

@MilesCranmer MilesCranmer changed the title Fixes to update_backend.yml workflow Refactor update_backend.yml workflow Mar 9, 2024
@MilesCranmer MilesCranmer merged commit a90c881 into MilesCranmer:master Mar 9, 2024
5 checks passed
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

2 participants