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: 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__