Skip to content

Commit

Permalink
update setup-python & upload-artifact & sigstore
Browse files Browse the repository at this point in the history
  • Loading branch information
radlfabs committed Sep 4, 2024
1 parent 762aa48 commit 2a79fd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install pypa/build
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testpypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install pypa/build
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

1 comment on commit 2a79fd3

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
flexcv
   core.py190597%280–281, 320–321, 566
   fold_logging.py56296%136–139
   interface.py3294287%125, 128, 182, 184, 187, 190–191, 195, 320, 325, 328, 358, 422, 427, 605, 608, 618, 622, 629, 643, 646, 664, 713, 796–797, 800–801, 877, 886, 891, 896, 900–930
   merf.py1541888%169, 172, 191, 235, 246–248, 306, 384, 400–413, 417–422, 428
   metrics.py12192%72
   model_mapping.py23387%141–143
   model_postprocessing.py2191693%123, 170, 201, 227, 266, 288–293, 303–305, 405, 552, 647
   model_selection.py70297%61, 65
   models.py95496%197, 209, 219, 223
   plot.py1262183%101–102, 111–116, 175–181, 194–200, 236
   repeated.py1151587%30–32, 217–223, 258–260, 272, 285–288, 360
   results_handling.py75791%79, 254–255, 260, 264, 267, 271
   run.py30197%50
   split.py58591%103–106, 131–134, 154
   utilities.py822668%24, 157–163, 174–210
   yaml_parser.py53394%118, 205–220
TOTAL186717191% 

Tests Skipped Failures Errors Time
476 0 💤 0 ❌ 0 🔥 6m 14s ⏱️

Please sign in to comment.