From ea0d092825ee91444acdc3791c722285bbffef39 Mon Sep 17 00:00:00 2001 From: Gino Latorilla Date: Sun, 13 Aug 2023 12:23:56 +0800 Subject: [PATCH] Fix badges (#7) * Apply badge URL adjustments See https://github.com/badges/shields/issues/8671 * Rename project; remove traces of pipenv --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53af64b..06df727 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Gino's Python with pipenv project template +# Gino's Python project template -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ginolatorilla/python3-pipenv-template/python-linux?label=ubuntu-latest&style=plastic) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ginolatorilla/python3-pipenv-template/python-macos?label=macos-latest&style=plastic) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ginolatorilla/python3-pipenv-template/python.yml?label=ubuntu-latest&style=plastic&branch=main) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ginolatorilla/python3-pipenv-template/python.yml?label=macos-latest&style=plastic&branch=main) A Python3 project template with pipenv to hande dependencies. @@ -19,7 +19,6 @@ Inspired by [Kenneth Reitz's project template](https://github.com/kennethreitz/s ## Requirements - Python 3.8 or better -- [Pipenv](https://pipenv.readthedocs.io/en/latest/) ## Quick Start