diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cd8c4f5a21d4a..4d0e90539c6a4 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine + pip install -r requirements.txt - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} diff --git a/IoTGateWay/bsp/stm32/stm32f105RC/SA100/.cproject b/IoTGateWay/bsp/stm32/stm32f105RC/SA100/.cproject index bb001b34b8fc0..3c2d73aa5b7ce 100644 --- a/IoTGateWay/bsp/stm32/stm32f105RC/SA100/.cproject +++ b/IoTGateWay/bsp/stm32/stm32f105RC/SA100/.cproject @@ -37,15 +37,14 @@