diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index c286a09..6a6c140 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -2,11 +2,11 @@ name: Build Wheel on PR on: pull_request: - types: [opened, synchronize] + types: [opened, synchronize, edited, reopened] jobs: build: - if: contains(github.event.pull_request.title, "build") || contains(github.event.pull_request.body, "build") + if: "contains(github.event.pull_request.title, 'build:')" runs-on: ubuntu-latest steps: diff --git a/wheel_files/gps2gtfs-0.1.1rc1-py3-none-any.whl b/wheel_files/gps2gtfs-0.1.1rc1-py3-none-any.whl new file mode 100644 index 0000000..ab44e8b Binary files /dev/null and b/wheel_files/gps2gtfs-0.1.1rc1-py3-none-any.whl differ