diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 58244e60..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Publish Package to PyPi - -on: - workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI - -jobs: - release: - uses: - ./.github/workflows/_release.yml - with: - working-directory: . - secrets: inherit