Skip to content

Commit 951bf8a

Browse files
committed
Get rid of the jfrog repo for linux wheels
1 parent bda7996 commit 951bf8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .build_wheels_in_manylinux.sh

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ echo "INAC_REPOSITORY_USRPWD=licensed:AKCp5bBraH7CasbsYCURsjzkbjXwVwdYcT7u39EiuL
1313
# Install pypirc
1414
echo "[distutils]" > $HOME/.pypirc
1515
echo "index-servers = " >> $HOME/.pypirc
16-
echo " jfrog" >> $HOME/.pypirc
1716
echo " iarray" >> $HOME/.pypirc
18-
echo "[jfrog]" >> $HOME/.pypirc
19-
echo "repository: https://inaos.jfrog.io/artifactory/api/pypi/pypi-iron-array" >> $HOME/.pypirc
20-
echo "username: iarray-deploy" >> $HOME/.pypirc
21-
echo "password: M{wf5-Am^2)c8&vR" >> $HOME/.pypirc
2217
echo "[iarray]" >> $HOME/.pypirc
2318
echo "repository: https://ia-admin:g4W^[email protected]/" >> $HOME/.pypirc
2419
echo "username: ia-admin" >> $HOME/.pypirc
@@ -99,5 +94,4 @@ for version in "${versions[@]}"; do
9994
done
10095

10196
/opt/python/cp37-cp37m/bin/python -m pip install twine
102-
/opt/python/cp37-cp37m/bin/python -m twine upload -r jfrog dist/*
10397
/opt/python/cp37-cp37m/bin/python -m twine upload -r iarray dist/*

0 commit comments

Comments
 (0)