aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/python.yml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 22:38:39 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 22:38:39 -0500
commit84aa603bcc65d34a60b82553a8832d673d5d65e9 (patch)
tree32c22a964932d2f8c358a36585529554175bb6e0 /.github/workflows/python.yml
parentchore: Update workflow names and descriptions for consistency (diff)
downloadlocusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar.gz
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar.bz2
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar.lz
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar.xz
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.tar.zst
locusts-84aa603bcc65d34a60b82553a8832d673d5d65e9.zip
Attempt to add autoconf
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/python.yml')
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index f75c9d6..bf6e958 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -39,7 +39,7 @@ jobs:
publish:
name: Publish to PyPI
needs: build-and-test
- if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
+ if: ${{ github.event_name == 'tag' && startsWith(github.ref, 'refs/tags') }}
runs-on: ubuntu-latest
permissions:
id-token: write