Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 334 Bytes

ARTIFACTORY.md

File metadata and controls

16 lines (13 loc) · 334 Bytes

Publish to artifactory

MacOS binary

maturin publish --repository-url https://artifactory-uw2.adobeitc.com/artifactory/api/pypi/pypi-arrow-release/ --password $ARTIFACTORY_UW2_TOKEN --username $ARTIFACTORY_USER

Linux ARM64

./build-linux-arm64.sh

Linux X86_64

./build-linux-x86_64.sh