Skip to content

Commit c71c2a6

Browse files
committed
hotfix cd legacy
1 parent 3d26c4e commit c71c2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
python -m pip install --upgrade pip
124124
pip install --upgrade packaging
125-
bazel run -c opt //private_set_intersection/python:wheel.publish --@rules_python//python/config_settings:python_version=${{ matrix.python-version }} -- --verbose --skip-existing
125+
bazel run -c opt //private_set_intersection/python:wheel.publish -- --verbose --skip-existing
126126
127127
Publish-python:
128128
needs: [Core, JS, Go, Python, Rust]

0 commit comments

Comments
 (0)