From 9fb5d8b4bcc6fe537bb57f44986232e80dea9363 Mon Sep 17 00:00:00 2001 From: Sebastian Mortag <48809025+SebastianMortag@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:20:59 +0200 Subject: [PATCH] Update deploy_on_pypi.yml --- .github/workflows/deploy_on_pypi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_on_pypi.yml b/.github/workflows/deploy_on_pypi.yml index cf60a38..856ff53 100644 --- a/.github/workflows/deploy_on_pypi.yml +++ b/.github/workflows/deploy_on_pypi.yml @@ -11,12 +11,11 @@ permissions: contents: write jobs: - run_test_suite: - uses: ./.github/workflows/python-test.yml + deploy: runs-on: ubuntu-latest - needs: run_test_suite + steps: - uses: actions/checkout@v3