Skip to content

Commit fa16fd8

Browse files
ccciudatuadragomir
authored andcommitted
[HSTACK] Build infrastructure
1 parent 94687cd commit fa16fd8

10 files changed

+389
-223
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)