From bcc69bddf0448b0c3de42bb5aa4967b33ffe5ba3 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:46:10 +0000 Subject: [PATCH] ci: fixup publish to pypi --- .github/workflows/publish_to_pypi.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 756c355f2..88f5daae4 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -4,9 +4,6 @@ on: push jobs: - downstream-tests: - uses: ./.github/workflows/downstream_tests.yml - build: name: Build distribution 📦 runs-on: ubuntu-latest