From f4610cf10218a68fd8d1d52d06ebc2016f529b97 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 18 Aug 2026 08:59:49 +0300 Subject: [PATCH] Apply changes from master --- .github/workflows/docs.yml | 5 +++-- README.md | 2 +- tools/pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4e76d9e..67dcbfa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,7 @@ on: branches: [ '*' ] pull_request: branches: [ master ] + workflow_dispatch: permissions: contents: read @@ -43,9 +44,9 @@ jobs: token: ${{ secrets.QUADCOPTER_DEV_TOKEN }} path: quadcopter.dev fetch-depth: 1 - - name: Add additional files to build + - name: Add additional files if: ${{ env.QUADCOPTER_DEV_TOKEN && env.FULL }} - run: cp -a -n quadcopter.dev/. docs/build/ + run: cp -a quadcopter.dev/. docs/build/ - name: Wait for Build to complete if: ${{ env.FULL }} uses: matiasalbarello/wait-on-check-action-ts@v1.2.0 diff --git a/README.md b/README.md index 5708ae1..085aa81 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The official PCB *(Flix2)* is in development now. Follow the [project's channel] Outdoor flights demo video of the current prototype: - + ### Position control diff --git a/tools/pyproject.toml b/tools/pyproject.toml index d81174b..d3a9a98 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.16" +version = "1.0.0" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"