We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdc6c6 commit aa94197Copy full SHA for aa94197
.github/workflows/python-publish.yml
@@ -4,8 +4,12 @@
4
name: Upload Python Package
5
6
on:
7
- release:
8
- types: [created]
+ push:
+ branches:
9
+ - main
10
+ pull_request:
11
12
13
14
jobs:
15
deploy:
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
- python: ['3.9', '3.10']
+ python: ['3.10', '3.12']
runs-on: ubuntu-latest
env:
CI: 1
0 commit comments