Skip to content

Commit

Permalink
hotfix cd legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Oct 2, 2024
1 parent 3d26c4e commit c71c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c71c2a6

Please sign in to comment.