Skip to content

Commit aa94197

Browse files
committed
test
1 parent ebdc6c6 commit aa94197

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
name: Upload Python Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
branches:
9+
- main
10+
pull_request:
11+
branches:
12+
- main
913

1014
jobs:
1115
deploy:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
python: ['3.9', '3.10']
11+
python: ['3.10', '3.12']
1212
runs-on: ubuntu-latest
1313
env:
1414
CI: 1

0 commit comments

Comments
 (0)