Skip to content

Commit 4964aa4

Browse files
Merge branch 'master' into feat/worker-ramp-option
2 parents d746848 + 125b0d7 commit 4964aa4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.14
22+
uses: hynek/build-and-inspect-python-package@v2.18
2323

2424
deploy:
2525
needs: package
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.13.0
42+
uses: pypa/gh-action-pypi-publish@v1.14.0
4343
with:
4444
attestations: true
4545

@@ -51,7 +51,7 @@ jobs:
5151
git push origin v${{ github.event.inputs.version }}
5252
5353
- name: GitHub Release
54-
uses: softprops/action-gh-release@v2
54+
uses: softprops/action-gh-release@v3
5555
with:
5656
files: dist/*
5757
tag_name: v${{ github.event.inputs.version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.14
25+
uses: hynek/build-and-inspect-python-package@v2.18
2626

2727
test:
2828

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
language: python
2424
additional_dependencies: [pygments, restructuredtext_lint]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.20.2
26+
rev: v2.0.0
2727
hooks:
2828
- id: mypy
2929
files: ^(src/|testing/)

0 commit comments

Comments
 (0)