Tweak publish workflow

This commit is contained in:
Dirkjan Ochtman 2021-08-31 16:40:10 +02:00
parent 4c317051ef
commit ac011b8b83
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,8 @@ name: Publish
on:
push:
tags: ['py-*']
tags:
- py-*
jobs:
Publish:
@ -30,7 +31,6 @@ jobs:
uses: messense/maturin-action@v1
with:
command: publish
shell: bash
args: -m instant-segment-py/Cargo.toml
--no-sdist
--username __token__