From da47e595fbe1612052e99b88db8e4d73ab9b6cd9 Mon Sep 17 00:00:00 2001 From: Matthieu Thiboust <14574229+mthiboust@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:57:52 +0100 Subject: [PATCH] fix ci --- .github/workflows/publish.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6471107..475ebbe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,18 +1,19 @@ name: Publish on: - push: - tags: - - v** + push: + tags: + - v** jobs: - pypi-publish: - name: upload release to PyPI - runs-on: ubuntu-latest - permissions: - id-token: write - steps: - - uses: actions/checkout@v3 - - uses: pdm-project/setup-pdm@v3 - - name: Publish package distributions to PyPI - run: pdm publish \ No newline at end of file + pypi-publish: + name: upload release to PyPI + runs-on: ubuntu-latest + permissions: + id-token: write + steps: + - uses: actions/checkout@v3 + - uses: pdm-project/setup-pdm@v3 + - name: Publish package distributions to PyPI + run: pdm publish + \ No newline at end of file