Skip to content

Commit

Permalink
Version to 0.1.006 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandercwikla authored Apr 29, 2020
1 parent 029e5d5 commit 98b4c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda_upload.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export PKG_NAME=fldatamigration
export ANACONDA_API_TOKEN=$CONDA_UPLOAD_TEST_TOKEN
export ANACONDA_API_TOKEN=$CONDA_UPLOAD_TOKEN
export VERSION=$(python setup.py)
export CONDA_BUILD_PATH=/home/travis/miniconda/envs/test-environment/conda-bld
export BASE_PATH=$(pwd)
Expand All @@ -28,7 +28,7 @@ anaconda upload $CONDA_BUILD_PATH/**/rec_to_binaries-*.tar.bz2 --force
anaconda upload $CONDA_BUILD_PATH/**/xmldiff-*.tar.bz2 --force

echo "Building conda package..."
conda build . -c novelakrk -c acwikla-novela -c conda-forge --no-include-recipe || exit 1
conda build . -c novelakrk -c conda-forge --no-include-recipe || exit 1

echo "Move conda package..."
mv ${CONDA_BUILD_PATH}/linux-64/${PKG_NAME}-${VERSION}-py37_0.tar.bz2 ${CONDA_BUILD_PATH} || exit 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.1.006.1'
version = '0.1.006'
print(version)
from setuptools import setup, find_packages

Expand Down

0 comments on commit 98b4c98

Please sign in to comment.