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 5fa2f0f commit c3488ceCopy full SHA for c3488ce
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
persist-credentials: false
27
28
- name: Build and Check Package
29
- uses: hynek/build-and-inspect-python-package@v2.0.2
+ uses: hynek/build-and-inspect-python-package@v2.2.1
30
31
deploy:
32
if: github.repository == 'pytest-dev/pytest'
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
fetch-depth: 0
36
37
38
39
40
build:
41
needs: [package]
0 commit comments