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 36cd206 commit a801e80Copy full SHA for a801e80
.github/workflows/test_and_deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
add-extra: pyside6
57
58
steps:
59
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
60
with:
61
fetch-depth: 0
62
fetch-tags: true
@@ -124,15 +124,15 @@ jobs:
124
name: Check Manifest
125
runs-on: ubuntu-latest
126
127
128
- run: pipx run check-manifest
129
130
build-and-inspect-package:
131
name: Build & inspect package.
132
needs: test
133
134
135
136
137
138
- uses: hynek/build-and-inspect-python-package@v2
0 commit comments