File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 pull-requests: write
1919 runs-on: ubuntu-latest
2020 steps:
21- - uses: release-drafter/release-drafter@v7.1 .1
21+ - uses: release-drafter/release-drafter@v7.2 .1
2222 env:
2323 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424{% endraw %}
Original file line number Diff line number Diff line change 2424 with:
2525 python-version: "3.11"
2626 - name: Install the latest version of uv
27- uses: astral-sh/setup-uv@v8.0 .0
27+ uses: astral-sh/setup-uv@v8.1 .0
2828 - name: Build documentation
2929 run: |
3030 mkdir pages
Original file line number Diff line number Diff line change 2626 with:
2727 python-version: "3.11"
2828 - name: Install the latest version of uv
29- uses: astral-sh/setup-uv@v8.0 .0
29+ uses: astral-sh/setup-uv@v8.1 .0
3030 - name: uv build distribution content
3131 run: uv build
3232 - name: Publish package distributions to PyPI
33- uses: pypa/gh-action-pypi-publish@v1.13 .0
33+ uses: pypa/gh-action-pypi-publish@v1.14 .0
3434{% endraw %}
Original file line number Diff line number Diff line change 2020 with:
2121 python-version: "3.11"
2222 - name: Install the latest version of uv
23- uses: astral-sh/setup-uv@v8.0 .0
23+ uses: astral-sh/setup-uv@v8.1 .0
2424 # use prek for speedy precommit results
25- - uses: j178/prek-action@v2.0.1
25+ - uses: j178/prek-action@v2.0.3
2626 # run pre-commit ci lite for automated fixes
2727 - uses: pre-commit-ci/lite-action@v1.1.0
2828 if: ${{ !cancelled() }}
4242 with:
4343 python-version: ${{ matrix.python_version }}
4444 - name: Install the latest version of uv
45- uses: astral-sh/setup-uv@v8.0 .0
45+ uses: astral-sh/setup-uv@v8.1 .0
4646 - name: Run pytest
4747 run: uv run --frozen pytest
4848{% endraw %}
Original file line number Diff line number Diff line change 99 - id : check-yaml
1010 - id : detect-private-key
1111- repo : https://github.com/tox-dev/pyproject-fmt
12- rev : " v2.21.0 "
12+ rev : " v2.21.1 "
1313 hooks :
1414 - id : pyproject-fmt
1515- repo : https://github.com/citation-file-format/cffconvert
3939 - id : yamllint
4040 exclude : pre-commit-config.yaml
4141- repo : https://github.com/astral-sh/ruff-pre-commit
42- rev : " v0.15.8 "
42+ rev : " v0.15.12 "
4343 hooks :
4444 - id : ruff-format
4545 - id : ruff-check
You can’t perform that action at this time.
0 commit comments