Skip to content

Commit

Permalink
Fix: pypi publish (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongtianq authored Apr 9, 2024
1 parent 3d137b8 commit c5676fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
pypi_publish:
docker:
- image: secretflow/trustedflow-dev-ubuntu22.04:latest
resource_class: large
resource_class: 2xlarge+
parameters:
python_ver:
type: string
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def bazel_build(self, ext):
+ f" //{ext._bazel_workspace}:{ext._bazel_target}"
+ " --compilation_mode="
+ ("dbg" if self.debug else "opt")
+ " --repository_cache=/tmp/bazel_repo_cache --remote_download_minimal"
+ " --repository_cache=/tmp/bazel_repo_cache"
)
os.system(command)

Expand Down

0 comments on commit c5676fa

Please sign in to comment.