Skip to content

Commit 0fb0576

Browse files
adragomirccciudatu
authored andcommitted
[HSTACK] Build infrastructure
1 parent b7d3519 commit 0fb0576

File tree

10 files changed

+1799
-278
lines changed

10 files changed

+1799
-278
lines changed

ARTIFACTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Publish to artifactory
2+
3+
## MacOS binary
4+
```shell
5+
maturin publish --repository-url https://artifactory-uw2.adobeitc.com/artifactory/api/pypi/pypi-arrow-release/ --password $ARTIFACTORY_UW2_TOKEN --username $ARTIFACTORY_USER
6+
```
7+
8+
## Linux ARM64
9+
```shell
10+
./build-linux-arm64.sh
11+
```
12+
13+
## Linux X86_64
14+
```shell
15+
./build-linux-x86_64.sh
16+
```

0 commit comments

Comments
 (0)