Compare commits

...

2 Commits

Author SHA1 Message Date
Gilles Boccon-Gibod 739cd33e35 add missing package entry 2022-08-04 14:14:14 -07:00
Gilles Boccon-Gibod 894ab023c7 Update python-publish.yml
don't run on PRs
2022-08-04 10:50:28 -07:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -3,8 +3,6 @@ name: Upload Python Package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
+1 -1
View File
@@ -24,7 +24,7 @@ url = https://github.com/google/bumble
[options]
python_requires = >=3.8
packages = bumble, bumble.transport, bumble.apps, bumble.apps.link_relay
packages = bumble, bumble.transport, bumble.profiles, bumble.apps, bumble.apps.link_relay
package_dir =
bumble = bumble
bumble.apps = apps