Skip to content

Commit

Permalink
publish to crates as part of the package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Feb 26, 2021
1 parent 9e5ff50 commit e624ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: cargo build --verbose
- name: Test crate
run: cargo test --verbose
- name: Publish crate
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}
- name: Maturin build and publish
run:
maturin publish --no-sdist -u __token__ -i python
Expand Down

0 comments on commit e624ad7

Please sign in to comment.