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

DM-47128: PyPI deployment and entry points #21

Merged
merged 9 commits into from
Nov 1, 2024
Merged

DM-47128: PyPI deployment and entry points #21

merged 9 commits into from
Nov 1, 2024

Conversation

timj
Copy link
Member

@timj timj commented Oct 25, 2024

No description provided.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.29%. Comparing base (5919c78) to head (66e50d7).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
...ython/lsst/dax/obscore/cli/_get_cli_subcommands.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   82.30%   82.29%   -0.02%     
==========================================
  Files          16       18       +2     
  Lines        1074     1079       +5     
  Branches      276      174     -102     
==========================================
+ Hits          884      888       +4     
- Misses        165      166       +1     
  Partials       25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

check-changes:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwittgen is the plan to put this code in a reusable workflow? It looks like we only made this change in sphgeom and not all the other middleware packages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@timj timj force-pushed the tickets/DM-47128 branch from 1bed268 to fc7c7fa Compare October 28, 2024 18:16
@timj timj force-pushed the tickets/DM-47128 branch from fc7c7fa to 8575456 Compare October 30, 2024 22:19
@timj timj requested a review from mwittgen October 30, 2024 22:47
@mwittgen
Copy link
Contributor

mwittgen commented Nov 1, 2024

The workflow should run on tag

on:
  push:
    branches:
      - main
    tags:
      - "*"

@timj
Copy link
Member Author

timj commented Nov 1, 2024

Thanks for spotting the missing tags section.

Copy link
Contributor

@mwittgen mwittgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now. Quickly tested the upload check in my own fork.

@timj timj merged commit e9c2696 into main Nov 1, 2024
17 checks passed
@timj timj deleted the tickets/DM-47128 branch November 1, 2024 16:34
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.

2 participants