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 d07a967 commit ba335ceCopy full SHA for ba335ce
.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@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
+ uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.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