Last active
April 11, 2025 12:07
-
-
Save DJStompZone/005068c395d28e6367c4f0e089b56dd7 to your computer and use it in GitHub Desktop.
Build with Poetry and install Wheel with Pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
poetry version patch && DISTWHL=`poetry build | awk -F " " -v x=3 '/[^ ]?\.whl/ {print $x}'`; pip install --no-cache-dir --force-reinstall "dist/$DISTWHL" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment