Tweak publish workflow
This commit is contained in:
parent
4c317051ef
commit
ac011b8b83
|
@ -2,7 +2,8 @@ name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ['py-*']
|
tags:
|
||||||
|
- py-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Publish:
|
Publish:
|
||||||
|
@ -30,7 +31,6 @@ jobs:
|
||||||
uses: messense/maturin-action@v1
|
uses: messense/maturin-action@v1
|
||||||
with:
|
with:
|
||||||
command: publish
|
command: publish
|
||||||
shell: bash
|
|
||||||
args: -m instant-segment-py/Cargo.toml
|
args: -m instant-segment-py/Cargo.toml
|
||||||
--no-sdist
|
--no-sdist
|
||||||
--username __token__
|
--username __token__
|
||||||
|
|
Loading…
Reference in New Issue