From 5aeb93e9c2234a83ef1ac9727289d1d151e5bd24 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 23 Nov 2023 15:42:56 -0800 Subject: [PATCH] release --- .github/workflows/python-demos.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index ec0087c..768adf6 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -41,12 +41,6 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip install wheel && cd ../../binding/python && python setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip install -r requirements.txt @@ -67,12 +61,6 @@ jobs: steps: - uses: actions/checkout@v3 - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip3 uninstall -y pvkoala && pip3 install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvkoala-2.0.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip3 install -r requirements.txt