Skip to content

Commit 92ba336

Browse files
committed
Bump to 1.0.11
1 parent 035b919 commit 92ba336

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Upload Python Package
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
permissions:
69
contents: read

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = edge_impulse_linux
3-
version = 1.0.10
3+
version = 1.0.11
44
author = EdgeImpulse Inc.
55
author_email = hello@edgeimpulse.com
66
description = Python runner for real-time ML classification

0 commit comments

Comments
 (0)