mirror of https://github.com/mtshiba/pylyzer
Update release.yml
This commit is contained in:
parent
1bb5e4fa56
commit
142d80588b
|
|
@ -16,6 +16,15 @@ jobs:
|
||||||
- uses: taiki-e/create-gh-release-action@v1
|
- uses: taiki-e/create-gh-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
cargo:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: cargo-publish
|
||||||
|
run: |
|
||||||
|
cargo login ${{ secrets.CARGO_TOKEN }}
|
||||||
|
cargo publish
|
||||||
|
cargo clean
|
||||||
pypi:
|
pypi:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue