Generate MinIO keys using Python. This project was created to learn GitHub Actions, Python packaging, and entrypoints.
Example
ian@Ians-MBP minio-keygen % minio-keygen
Key: S9EITflKfJs4pAcOO1o
Secret: vFMzAqChF1PZea_6CMH0vmmcZglziMqDR2zXmtxI
# Set next version number
export RELEASE=vx.x.x
# Create tags
git commit --allow-empty -m "Release $RELEASE"
git tag -a $RELEASE -m "$RELEASE"
# Push
git push --tags