We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f268956 commit fdd3393Copy full SHA for fdd3393
.github/workflows/wheel-upload.yml
@@ -31,7 +31,7 @@ jobs:
31
cache-key: build-sdist
32
33
- name: Build Wheel package
34
- run: ./scripts/ci/build-linux-native.sh . dist python
+ run: ./scripts/ci/build-linux-native.sh . dist QPALM/interfaces/python
35
- name: Upload Wheel
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments