Compare commits

..

2 Commits

Author SHA1 Message Date
Gilles Boccon-Gibod
9ea93be723 add missing package entry (#21) 2022-08-04 14:27:21 -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

View File

@@ -3,8 +3,6 @@ name: Upload Python Package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read

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