We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eda62b commit 103ee76Copy full SHA for 103ee76
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Build and Check Package
15
- uses: hynek/build-and-inspect-python-package@v2.10
+ uses: hynek/build-and-inspect-python-package@v2.11
16
17
deploy:
18
needs: [package]
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
19
20
21
22
23
test:
24
0 commit comments