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

move release pipeline to gh actions #1443

Closed
wants to merge 4 commits into from

Conversation

epassaro
Copy link
Member

@epassaro epassaro commented Jan 30, 2021

Description

  • Use setuptools_scm to make an easy transition to new Astropy's package template in the future (Update TARDIS setup and package infrastructure #1216)
  • Requires a change in the release name (3.0a<number>) before merging because setuptools_scm is incompatible with our current format.

Motivation and Context

We're trying to migrate as many pipelines as possible to GH Actions.

How Has This Been Tested?

  • Testing pipeline
  • Reference Data Comparison following these instructions
  • Other (please describe)

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • None of the above (please describe)

Checklist:

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have built the documentation on my fork following these instructions
  • I have assigned and requested two reviewers for this pull request

@codecov
Copy link

codecov bot commented Jan 30, 2021

Codecov Report

Merging #1443 (3ee3802) into master (3ac1435) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1443   +/-   ##
=======================================
  Coverage   71.16%   71.16%           
=======================================
  Files          67       67           
  Lines        5521     5521           
=======================================
  Hits         3929     3929           
  Misses       1592     1592           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ac1435...ab6a054. Read the comment docs.

@epassaro epassaro marked this pull request as draft January 30, 2021 15:22
@epassaro epassaro force-pushed the gh-release-pipeline branch 2 times, most recently from 5f179fd to c825018 Compare January 30, 2021 16:28
@epassaro epassaro force-pushed the gh-release-pipeline branch 3 times, most recently from 9852014 to 066cf7c Compare January 30, 2021 19:04
@epassaro epassaro force-pushed the gh-release-pipeline branch from 066cf7c to ebe4f45 Compare January 30, 2021 19:13
@epassaro epassaro closed this May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant