Skip to content

Instantly share code, notes, and snippets.

@DJStompZone
Last active April 11, 2025 12:07
Show Gist options
  • Save DJStompZone/005068c395d28e6367c4f0e089b56dd7 to your computer and use it in GitHub Desktop.
Save DJStompZone/005068c395d28e6367c4f0e089b56dd7 to your computer and use it in GitHub Desktop.
Build with Poetry and install Wheel with Pip
#!/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