From 81e54275b376e1a4fd9a155f9679be185e33b903 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Wed, 18 Sep 2024 17:18:57 -0700 Subject: [PATCH] fix missing closing parenthesis in deploy workflow (#13) --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2b4a4d1..9bdd949 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: id-token: write if: | github.repository == 'MDAnalysis/mda-xdrlib' && - (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) name: Build, upload and test pure Python wheels to TestPypi runs-on: ubuntu-latest