Skip to content

Commit

Permalink
Build source distribution (#176)
Browse files Browse the repository at this point in the history
* add source distribution

* move sdist build above wheels build
  • Loading branch information
samuelcolvin authored Jul 25, 2022
1 parent 6c636ac commit fefa8db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ jobs:

- run: pip install -U twine

- name: build sdist
if: ${{ matrix.os == 'ubuntu' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
uses: messense/maturin-action@v1
with:
command: sdist
args: --out dist

- name: build wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit fefa8db

Please sign in to comment.