Skip to content

Commit 6c6ef45

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents f605274 + adfba2b commit 6c6ef45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

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

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

4141
- name: Publish package to PyPI
42-
uses: pypa/[email protected].3
42+
uses: pypa/[email protected].4
4343
with:
4444
attestations: true
4545

.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@v4
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.11
25+
uses: hynek/build-and-inspect-python-package@v2.12
2626

2727
test:
2828

0 commit comments

Comments
 (0)