From a2732c18ab583c6ab1ddafcef596ee4653ecb29c Mon Sep 17 00:00:00 2001 From: Ben Conrad Date: Mon, 9 Dec 2024 14:55:02 -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 86469dcf..a3eb9394 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -39,12 +39,6 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip install wheel setuptools && cd ../../binding/python && python setup.py sdist bdist_wheel && pip install dist/pvcheetah-2.1.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip install -r requirements.txt @@ -61,12 +55,6 @@ jobs: steps: - uses: actions/checkout@v3 - # ************** REMOVE AFTER RELEASE ******************** - - name: Build binding - run: | - pip3 install wheel setuptools && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvcheetah-2.1.0-py3-none-any.whl - # ******************************************************** - - name: Install dependencies run: pip3 install -r requirements.txt