Skip to content

Commit 38369f3

Browse files
committed
fix: uv is already aware of plat
1 parent be53798 commit 38369f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
install-cmd: uv sync --frozen --only-dev --active
8383

8484
- name: Build Wheel
85-
run: uv build --wheel ./py -- --plat-name=${{ matrix.py-platform }}
85+
run: uv build --wheel ./py
8686
env:
8787
# consumed by cargo and setup.py to obtain the target dir
8888
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/upload-artifact@v4
123123
with:
124124
name: artifact-sdist
125-
path: py/dist/*
125+
path: dist/*
126126
if-no-files-found: 'error'
127127
# since this artifact will be merged, compression is not necessary
128128
compression-level: '0'

0 commit comments

Comments
 (0)