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 fccec2e commit 9a6d548Copy full SHA for 9a6d548
1 file changed
.github/workflows/release-build.yml
@@ -216,7 +216,7 @@ jobs:
216
- name: Smoke-test the wheel before publishing
217
run: |
218
set -euo pipefail
219
- WHEEL=$(echo dist/qector_decoder_v3-*.whl | cut -d' ' -f1)
+ WHEEL=$(ls dist/qector_decoder_v3-*linux*.whl | head -1)
220
python -m venv /tmp/smoke_venv
221
/tmp/smoke_venv/bin/pip install "$WHEEL"
222
/tmp/smoke_venv/bin/python -c "
0 commit comments