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.
2 parents bdb0d1b + 31ac7a5 commit 92847e9Copy full SHA for 92847e9
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
16
- name: Build and Check Package
17
- uses: hynek/build-and-inspect-python-package@v2.13
+ uses: hynek/build-and-inspect-python-package@v2.14
18
19
- name: Download Package
20
uses: actions/download-artifact@v5
.github/workflows/test.yml
build:
needs: "package"
0 commit comments