File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
private_set_intersection/python Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109109 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
110110 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
111111 run : |
112+ python -m pip install --upgrade pip
113+ pip install twine packaging
112114 bazel build -c opt //private_set_intersection/python:wheel
113115 python private_set_intersection/python/rename.py
114- bash .github/workflows/scripts/publish_python.sh
116+ twine upload --skip-existing bazel-bin/private_set_intersection/python/openmined.psi-*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ flake8==6.0.0
33pytest==7.2.0
44pytest-benchmark==4.0.0
55twine==4.0.2
6+ packaging==22.0
67protobuf==4.21.12 # must be updated in wheel rule!
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ more-itertools==9.0.0
4343mypy-extensions == 0.4.3
4444 # via black
4545packaging == 22.0
46- # via pytest
46+ # via
47+ # -r requirements.in
48+ # pytest
4749pathspec == 0.10.3
4850 # via black
4951pkginfo == 1.9.2
You can’t perform that action at this time.
0 commit comments