From fff35beb8e27a75410a029245dce46bfbd4f4c7c Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Mon, 30 Sep 2024 22:47:03 +0800 Subject: [PATCH] hotfix --- .github/workflows/CD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 95dd5591..952c9e48 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -115,7 +115,7 @@ jobs: pip install twine packaging bazel build -c opt //private_set_intersection/python:wheel python private_set_intersection/python/rename.py - twine upload --skip-existing bazel-bin/private_set_intersection/python/openmined.psi-* + twine upload --skip-existing bazel-bin/private_set_intersection/python/openmined_psi-* Publish-python: needs: [Core, JS, Go, Python, Rust] if: ${{ github.event_name == 'release' }} @@ -139,4 +139,4 @@ jobs: pip install twine packaging bazel build -c opt //private_set_intersection/python:wheel python private_set_intersection/python/rename.py - twine upload --skip-existing bazel-bin/private_set_intersection/python/openmined.psi-* + twine upload --skip-existing bazel-bin/private_set_intersection/python/openmined_psi-*