Skip to content

Commit a5e825d

Browse files
Mossakaandylokandy
andauthored
Synced Transaction API with client-rust (#14)
* updated the py SDK to the newest rust client Signed-off-by: Joe Zhou <jiazho@microsoft.com> * updated the py SDK to the newest rust client Signed-off-by: Joe Zhou <jiazho@microsoft.com> * check in init.py * update to lastest rust client Signed-off-by: Andy Lok <andylokandy@hotmail.com> * fix Signed-off-by: Andy Lok <andylokandy@hotmail.com> Co-authored-by: Andy Lok <andylokandy@hotmail.com>
1 parent 8155da1 commit a5e825d

File tree

9 files changed

+725
-733
lines changed

9 files changed

+725
-733
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
target: [x64, x86]
5252
steps:
5353
- uses: actions/checkout@v2
54-
- name: Add MSBuild to PATH
55-
uses: microsoft/setup-msbuild@v1.0.2
56-
- name: Install LLVM
57-
run: choco install -y llvm
5854
- uses: actions/setup-python@v2
5955
with:
6056
python-version: 3.9
6157
architecture: ${{ matrix.target }}
58+
- name: Add MSBuild to PATH
59+
uses: microsoft/setup-msbuild@v1.0.2
60+
- name: Install LLVM
61+
run: choco install -y llvm
6262
- name: Install Rust toolchain
6363
uses: actions-rs/toolchain@v1
6464
with:
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
rust-toolchain: nightly
9999
target: ${{ matrix.target }}
100-
manylinux: "off"
100+
manylinux: "2014"
101101
args: --release --out dist --no-sdist
102102
- name: Install built wheel
103103
if: matrix.target == 'x86_64'
@@ -144,7 +144,8 @@ jobs:
144144
# pip3 install -U pip
145145
# run: |
146146
# ls -lrth /artifacts
147-
# pip3 install tikv_client --no-index --find-links /artifacts --force-reinstall
147+
# cd /artifacts
148+
# pip3 install tikv_client --no-index --find-links . --force-reinstall
148149
# python3 -c "import tikv_client"
149150
# - name: Upload wheels
150151
# uses: actions/upload-artifact@v2
@@ -170,4 +171,4 @@ jobs:
170171
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
171172
run: |
172173
pip install --upgrade twine
173-
twine upload --skip-existing *
174+
twine upload --skip-existing *

0 commit comments

Comments
 (0)