Skip to content

Commit

Permalink
build release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Mar 8, 2020
1 parent 5bfddc4 commit 3e786dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
override: true

- name: Build
run: maturin build
run: maturin build --release

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Publish to PyPi
run: |
maturin build --interpreter python${{ matrix.python-version }}
maturin build --release --interpreter python${{ matrix.python-version }}
twine upload -u __token__ -p ${{ secrets.PYPI }} target/wheels/lazrs*.whl

0 comments on commit 3e786dd

Please sign in to comment.