From 8a4d8220ecee3048f9ae8413fce92dc2e3dfe315 Mon Sep 17 00:00:00 2001 From: Rutger van Haasteren Date: Wed, 15 Nov 2023 10:53:35 +0100 Subject: [PATCH] Remove whitespace --- .github/workflows/ci_test.yml | 3 --- 1 file changed, 3 deletions(-) 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]