From 6f19541ff9e369f0e27354114a01f43320815533 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:40:42 +0800 Subject: [PATCH] V3.0.0 (#200) * Replace image tag with v3 * Fix deploy action * Fix deploy action * Trigger action --- .github/workflows/deploy_release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_release.yaml b/.github/workflows/deploy_release.yaml index 806846a4..34d58f63 100644 --- a/.github/workflows/deploy_release.yaml +++ b/.github/workflows/deploy_release.yaml @@ -30,7 +30,6 @@ jobs: sleep 45 pytest -s -v -k "SSL" working-directory: tests - - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_NAME }}