diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7313b9a..4faf229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: command: fmt args: --check - deploy-to-pypi: + release: needs: [lint] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest