From ac011b8b832689dfd78e47cd6e7f060790339a19 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 31 Aug 2021 16:40:10 +0200 Subject: [PATCH] Tweak publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f78eec3..8e47156 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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__