Skip to content

Commit

Permalink
Flintrock 2.2.0 development begins (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas authored Nov 27, 2023
1 parent 5d4e653 commit ec3e9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flintrock/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.2.0.dev0'
9 changes: 5 additions & 4 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ aws ec2 describe-images \
"Name=architecture,Values=x86_64" \
--query \
'reverse(sort_by(Images, &CreationDate))[:100].{CreationDate:CreationDate,ImageId:ImageId,Name:Name,Description:Description}'
# - Dependencies: https://requires.io/github/nchammas/flintrock/requirements/?branch=master
# - Dependencies: pip list --outdated
# Run full acceptance tests
# - Run private VPC tests too
# Update Flintrock version
# - flintrock/__init__.py
# - README blurb about standalone version
Expand All @@ -26,7 +27,7 @@ aws ec2 describe-images \

trash dist/ build/ Flintrock.egg-info/

python setup.py sdist bdist_wheel
python -m build

# python setup.py register -r https://testpypi.python.org/pypi

Expand All @@ -43,8 +44,8 @@ python generate-standalone-package.py
# Upload release builds to GitHub
open dist/
# - Wheel
# - OS X standalone package
# - Linux standalone package (published to S3 by CI)
# - macOS standalone package (x86 _and_ arm64?)
# - Linux standalone package (built by CI)
# Update version to next.dev0

# ---
Expand Down

0 comments on commit ec3e9f9

Please sign in to comment.