-
Notifications
You must be signed in to change notification settings - Fork 58
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
use openastronomy github action for release #1761
Conversation
ef48eac
to
cd98eac
Compare
cd98eac
to
336d70f
Compare
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.
LGTM, you can also add this as a build check to every pull requests
on: | ||
release: | ||
types: [released] | ||
workflow_dispatch: |
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.
on: | |
release: | |
types: [released] | |
workflow_dispatch: | |
on: | |
release: | |
types: [released] | |
pull_request: | |
workflow_dispatch: |
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.
Thanks!
PRs are currently tested using the OpenAstronomy workflow in the package
step:
Lines 121 to 129 in fca8136
package: | |
needs: [core, asdf-schemas] | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 | |
with: | |
python-version: "3.11" | |
upload_to_pypi: false | |
upload_to_anaconda: false | |
test_extras: tests | |
test_command: pytest --pyargs asdf |
I'll take a look at combining these in a follow-up PR.
Co-authored-by: Zach Burnett <[email protected]>
Description
Update the "release"
publish-to-pypi.yml
workflow to use the OpenAstronomypublish_pure_python
action.Checklist: