We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffc323 commit e7209e9Copy full SHA for e7209e9
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
persist-credentials: false
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@2dbbf2b252d3a3c7cec7a810e3ed5983bd17b13a # v2.8.0
+ uses: hynek/build-and-inspect-python-package@f01e4d047aadcc0c054c95ec9900da3ec3fc7a0f # v2.10.0
23
24
deploy:
25
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
0 commit comments