Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jslawless/add-scouting-nano
Browse files Browse the repository at this point in the history
  • Loading branch information
jslawless committed Aug 13, 2024
2 parents c745118 + a5e595f commit 3379d24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Verify the distribution
run: pipx run twine check --strict dist/*
- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
with:
subject-path: "dist/coffea-*"
- name: Publish package to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"dask[array]>=2023.4.0;python_version<'3.9'",
"dask-awkward>=2024.3.0",
"dask-histogram>=2024.3.0",
"vector>=1.3.1",
"vector>=1.4.1",
"correctionlib>=2.6.0",
"pyarrow>=6.0.0",
"fsspec-xrootd>=0.2.3",
Expand Down

0 comments on commit 3379d24

Please sign in to comment.