From c71c2a600f65acb8f5ee12fe3c0bc549b4be9f67 Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Wed, 2 Oct 2024 22:33:14 +0800 Subject: [PATCH] hotfix cd legacy --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index df171c87..ef9913b5 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -122,7 +122,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade packaging - bazel run -c opt //private_set_intersection/python:wheel.publish --@rules_python//python/config_settings:python_version=${{ matrix.python-version }} -- --verbose --skip-existing + bazel run -c opt //private_set_intersection/python:wheel.publish -- --verbose --skip-existing Publish-python: needs: [Core, JS, Go, Python, Rust]