File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 container : konstin2/maturin
1111 steps :
12+ - uses : actions/checkout@v1
1213 - name : Build wheel
13- uses : actions/checkout@v1
1414 run : |
1515 maturin publish -b cffi --no-sdist -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --manylinux 2014
1616 aarch-linux-wheels :
1717 runs-on : ubuntu-latest
1818 container : messense/manylinux_2_24-cross:aarch64
1919 steps :
20+ - uses : actions/checkout@v1
2021 - name : Build wheel
21- uses : actions/checkout@v1
2222 run : |
2323 curl https://sh.rustup.rs -sSf | bash -s -- -y
2424 source $HOME/.cargo/env
Original file line number Diff line number Diff line change 11[package ]
22name = " sycret"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44authors = [" Pierre Tholoniat" ]
55edition = " 2018"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "sycret" ,
12- version = "0.2.2 " ,
12+ version = "0.2.3 " ,
1313 author = "Pierre Tholoniat" ,
1414 author_email = "pierre@tholoniat.com" ,
1515 url = "https://github.com/OpenMined/sycret" ,
You can’t perform that action at this time.
0 commit comments