Skip to content

Commit

Permalink
Created conda package suddenly has double pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdekoning committed Aug 31, 2020
1 parent 00d14bb commit 0b32853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" -a "$TRAVIS_PYTHON_VERSION" == "3.7" ]; then
ls $CONDA_BLD_PATH/noarch/

echo "UPLOADING BUILD: $USER"
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l main $CONDA_BLD_PATH/noarch/$PKG_NAME-$VERSION-py_0.tar.bz2 $UPLOAD_ARGS
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l main $CONDA_BLD_PATH/noarch/$PKG_NAME-$VERSION-pypy_0.tar.bz2 $UPLOAD_ARGS
echo "BUILD UPLOADED: $USER"
else
echo "No uploads from MacOS or Linux python 3.6"
Expand Down

0 comments on commit 0b32853

Please sign in to comment.