From 2928b4868b68074ee949551c3e920087fd3f8b14 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Tue, 15 Feb 2022 16:42:53 +0800 Subject: [PATCH] V3.0.0 release (#199) * Replace image tag with v3 * Fix deploy action --- .github/workflows/deploy_release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy_release.yaml b/.github/workflows/deploy_release.yaml index ec42d1ed..e95ea7dd 100644 --- a/.github/workflows/deploy_release.yaml +++ b/.github/workflows/deploy_release.yaml @@ -10,14 +10,14 @@ jobs: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - - name: Install dependencies - run: | - python3 -m pip install --upgrade pip - pip3 install setuptools wheel twine - pip install . - pip install -r requirements/dev.txt + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + - name: Install dependencies + run: | + python3 -m pip install --upgrade pip + pip3 install setuptools wheel twine + pip install . + pip install -r requirements/dev.txt - name: Test with pytest run: | docker-compose -f docker-compose.yaml up -d