mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Undo changes from #417
This commit is contained in:
parent
2c6fb0eefc
commit
8ea1bc7430
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ jobs:
|
|||
rm -rf ./.git
|
||||
rm -rf ./dist/*
|
||||
# Pack source
|
||||
git archive -o ../${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG}.tar.gz --format tar.gz --prefix=${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG#v}/ ${CIRCLE_TAG}
|
||||
cd ..
|
||||
tar -czf ${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG}.tar.gz ${CIRCLE_PROJECT_REPONAME}
|
||||
cd ${CIRCLE_PROJECT_REPONAME}
|
||||
# Use latest installed python3 from pyenv
|
||||
export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' | tail -1)"
|
||||
pip install packagecore
|
||||
|
|
Loading…
Add table
Reference in a new issue