Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Mar 21, 2024
2 parents ddaa43d + 48f4681 commit cadb259
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
19 changes: 8 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.12'
name: Check Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -46,16 +44,15 @@ jobs:
run: python -m pytest ./tests --cov=src/skhep_testdata --cov-report=xml

- name: Test coverage with Codecov
if: matrix.python-version != 3.7
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -65,12 +62,12 @@ jobs:
- name: Show sizes
run: ls -lh dist

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: DistPackage
path: dist

- uses: pypa/gh-action-pypi-publish@v1.4.2
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down
Binary file added src/skhep_testdata/data/string-example.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_1jag_int_float.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_bit.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_int_5e4.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_int_float.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_int_multicluster.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_int_vfloat_tlv_vtlv.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_split_3e4.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/test_ntuple_stl_containers.root
Binary file not shown.
Binary file added src/skhep_testdata/data/uproot-issue-586.root
Binary file not shown.
Binary file modified src/skhep_testdata/data/uproot-ntpl001_staff.root
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit cadb259

Please sign in to comment.