Skip to content

Commit 3273658

Browse files
committed
Run only on tags
1 parent 96b4556 commit 3273658

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish to pypi
2-
on: [push]
2+
on:
3+
push:
4+
tags:
5+
- 'v*'
6+
37

48
jobs:
59
pypi-publish:
@@ -20,7 +24,7 @@ jobs:
2024
with:
2125
python-version: '3.x'
2226

23-
- name: Install dependices
27+
- name: Install dependencies
2428
run: |
2529
python -m pip install --upgrade pip
2630
python -m pip install build wheel pytest

0 commit comments

Comments
 (0)