File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3535 - name : Prep Release
3636 id : prep
3737 run : |
38- cd src
3938 # Parse version
4039 VERSION=$(./scripts/get_version.sh)
4140 echo "Setting release version to $VERSION"
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+ SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
4+
5+ cd ../src
6+
37rm dist/* || echo " Dist already gone."
48
59python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
4+
5+ cat " $SCRIPTPATH /../src/setup.py" | grep -E " VERSION\s+=\s+" | sed -E " s#.*([0-9]+.[0-9]+.[0-9]+[a-zA-Z]?).*#\1#g"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33
44FIGGY_WEBSITE = "https://www.figgy.dev"
5- VERSION = '0.0.1 '
5+ VERSION = '0.0.2 '
66SHORT_DESCRIPTION = "Python library that supports Python development while using the Figgy config management " \
77 f"framework: { FIGGY_WEBSITE } "
88
You can’t perform that action at this time.
0 commit comments