From 331b298b8ac0c6d3315579051fbf02484acbcd7b Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 30 Oct 2023 15:50:24 -0400 Subject: [PATCH] fix syntax error in deployment --- .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 af4b815..e53330e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: id-token: write if: | github.repository == 'MDAnalysis/GridDataFormats' && - (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