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 035b919 commit 92ba336Copy full SHA for 92ba336
.github/workflows/publish-to-pypi.yml
@@ -1,6 +1,9 @@
1
name: Upload Python Package
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
permissions:
9
contents: read
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = edge_impulse_linux
-version = 1.0.10
+version = 1.0.11
author = EdgeImpulse Inc.
author_email = hello@edgeimpulse.com
description = Python runner for real-time ML classification
0 commit comments