We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016d349 commit e143548Copy full SHA for e143548
.github/workflows/python-build-test.yaml
@@ -223,7 +223,7 @@ jobs:
223
steps:
224
- uses: actions/checkout@v4
225
226
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
227
with:
228
name: wheels
229
path: dist
@@ -307,7 +307,7 @@ jobs:
307
DEPLOYING_VERSION=$(echo "$NEW_VERSION" | perl -lpe 's/^python-//')
308
find . -name Cargo.toml -exec tomlq -r .package.version {} \; | xargs -n 1 test "$DEPLOYING_VERSION" =
309
find . -name pyproject.toml -exec tomlq -r .project.version {} \; | xargs -n 1 test "$DEPLOYING_VERSION" =
310
311
id: download-wheels
312
313
0 commit comments