Skip to content

Commit ec5bd27

Browse files
authored
Update build-and-inspect-python-package action (#11561) (#11562)
This should fix the action for Python 3.12. Ref: hynek/build-and-inspect-python-package#72 (cherry picked from commit 2474368)
1 parent a32feda commit ec5bd27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Build and Check Package
29-
uses: hynek/[email protected]
29+
uses: hynek/[email protected].3
3030

3131
deploy:
3232
if: github.repository == 'pytest-dev/pytest'

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636
persist-credentials: false
3737
- name: Build and Check Package
38-
uses: hynek/[email protected]
38+
uses: hynek/[email protected].3
3939

4040
build:
4141
needs: [package]

0 commit comments

Comments
 (0)