Skip to content

Commit

Permalink
Change release_artifacts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ebb-earl-co committed Jan 11, 2024
1 parent 482f19a commit d5487d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ fi
source ./venv/bin/activate && \
python3 -m pip install --upgrade pip setuptools wheel && \
python3 -m pip install -r requirements.txt && \
python3 -m pip install build pyinstaller shiv twine && \
python3 -m pip install build shiv twine && \
python3 -m shiv --compressed --reproducible -c tidal-wave -o ~/tools/tidal-wave_${VERSION}.pyz . && \ # shiv executable
PYAPP_PROJECT_NAME=tidal-wave PYAPP_PROJECT_VERSION=${VERSION} cargo install pyapp --root out && \
mv out/bin/pyapp ~/tools/tidal-wave_${VERSION}.pyapp && \
PYAPP_PROJECT_NAME=tidal-wave PYAPP_PROJECT_VERSION=${VERSION} PYAPP_DISTRIBUTION_EMBED=1 PYAPP_PYTHON_VERSION=3.11 cargo install pyapp --root out && \
mv out/bin/pyapp ~/tools/tidal-wave_${VERSION}_py311.pyapp && \
rm -r out/
Expand Down

0 comments on commit d5487d7

Please sign in to comment.