Skip to content

Commit

Permalink
Update build-and-inspect-python-package action (pytest-dev#11561)
Browse files Browse the repository at this point in the history
This should fix the action for Python 3.12.

Ref: hynek/build-and-inspect-python-package#72
  • Loading branch information
nicoddemus committed Oct 27, 2023
1 parent c172894 commit 2474368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5
uses: hynek/build-and-inspect-python-package@v1.5.3

deploy:
if: github.repository == 'pytest-dev/pytest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5
uses: hynek/build-and-inspect-python-package@v1.5.3

build:
needs: [package]
Expand Down

0 comments on commit 2474368

Please sign in to comment.