From 909ad779d50ca20f9a328f0bdb4603714bf29342 Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Wed, 22 May 2024 16:03:15 +0300 Subject: [PATCH] Temporarily disable PyPI --- .github/workflows/crates.yml | 2 -- .github/workflows/maturin.yml | 2 -- .github/workflows/pypi.yml | 8 ++++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crates.yml b/.github/workflows/crates.yml index 631a0513a..935ce2aba 100644 --- a/.github/workflows/crates.yml +++ b/.github/workflows/crates.yml @@ -2,8 +2,6 @@ name: Deploy Crates on: push: - # TODO: remove branches - # branches: ["*"] tags: - "*" workflow_dispatch: diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 9133adbe4..4680d0316 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -2,8 +2,6 @@ name: Deploy Maturin wheels on: push: - # TODO: remove branches - branches: ["*"] tags: - "*" workflow_dispatch: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 45f89248b..774618f85 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,9 +1,9 @@ name: deploy -on: - push: - tags: - - "*" +# on: +# push: +# tags: +# - "*" jobs: publish: