diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 825bcdd..0ea1e09 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -50,7 +50,6 @@ jobs: name: codecov-umbrella fail_ci_if_error: true - build: needs: tests runs-on: ubuntu-latest @@ -86,7 +85,6 @@ build: ./dist/*.whl ./dist/*.tar.gz - deploy: needs: build runs-on: ubuntu-latest @@ -113,7 +111,6 @@ build: #TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }} #TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ - conda-package: runs-on: ubuntu-latest needs: [tests, build]