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 be53798 commit 38369f3Copy full SHA for 38369f3
.github/workflows/build_library.yml
@@ -82,7 +82,7 @@ jobs:
82
install-cmd: uv sync --frozen --only-dev --active
83
84
- name: Build Wheel
85
- run: uv build --wheel ./py -- --plat-name=${{ matrix.py-platform }}
+ run: uv build --wheel ./py
86
env:
87
# consumed by cargo and setup.py to obtain the target dir
88
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -122,7 +122,7 @@ jobs:
122
- uses: actions/upload-artifact@v4
123
with:
124
name: artifact-sdist
125
- path: py/dist/*
+ path: dist/*
126
if-no-files-found: 'error'
127
# since this artifact will be merged, compression is not necessary
128
compression-level: '0'
0 commit comments