Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 4cf6f8b

Browse files
committed
Publish source distribution
1 parent c1ff349 commit 4cf6f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
platform:
3939
- os: ubuntu-latest
4040
target: x86_64
41+
maturin-args: --sdist
4142
- os: ubuntu-latest
4243
target: i686
4344
- os: ubuntu-latest
@@ -55,7 +56,7 @@ jobs:
5556
with:
5657
target: ${{ matrix.platform.target }}
5758
manylinux: auto
58-
args: -b bin --release -o dist
59+
args: -b bin --release -o dist ${{ matrix.platform.maturin-args || '' }}
5960
- name: Upload wheel artifacts
6061
uses: actions/upload-artifact@v3
6162
with:

0 commit comments

Comments
 (0)