Skip to content

Commit

Permalink
Run only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Feb 17, 2025
1 parent 96b4556 commit 3273658
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish to pypi
on: [push]
on:
push:
tags:
- 'v*'


jobs:
pypi-publish:
Expand All @@ -20,7 +24,7 @@ jobs:
with:
python-version: '3.x'

- name: Install dependices
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build wheel pytest
Expand Down

0 comments on commit 3273658

Please sign in to comment.