omit --no-sdist
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: x86_64
|
||||
args: --release --out dist
|
||||
args: --release --out dist --sdist
|
||||
|
||||
- name: Install built wheel - x86_64
|
||||
run: |
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Build wheels - universal2
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
args: --release --universal2 --out dist --no-sdist
|
||||
args: --release --universal2 --out dist
|
||||
|
||||
- name: Install built wheel - universal2
|
||||
run: |
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
args: --release --out dist --no-sdist
|
||||
args: --release --out dist
|
||||
|
||||
- name: Install built wheel
|
||||
run: |
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
manylinux: auto
|
||||
args: --release --out dist --no-sdist
|
||||
args: --release --out dist
|
||||
|
||||
- name: Install built wheel
|
||||
if: matrix.target == 'x86_64'
|
||||
|
||||
Reference in New Issue
Block a user