Skip to content

Instantly share code, notes, and snippets.

View erikvw's full-sized avatar

Erik van Widenfelt erikvw

  • Austin
View GitHub Profile
@erikvw
erikvw / release.sh
Last active May 16, 2022 16:14
Cut a release with gitflow and upload to PyPi
#!/bin/bash
echo ""
echo "Cut a release with gitflow and upload to PyPi."
echo "$PWD"
# show git status
echo ""
echo "* git status"
echo "-----------------------------------------"