Skip to content

Commit 4d1e2ff

Browse files
committed
📃docs:
1 parent a7cea4c commit 4d1e2ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publish package on release branch if it's tagged with 'v*'
22

3-
name: release & publish workflow
3+
name: build & release
44

55
# Controls when the action will run.
66
on:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ A tool for creating skeleton python project, built with popular develop tools an
44
conform to best practice.
55

66
[![Version](http://img.shields.io/pypi/v/ppw?color=brightgreen)](https://pypi.python.org/pypi/ppw)
7-
[![CI Status](https://github.com/zillionare/cookiecutter-pypackage/actions/workflows/release.yml/badge.svg?branch=release)](https://github.com/zillionare/cookiecutter-pypackage)
7+
[![CI Status](https://github.com/zillionare/cookiecutter-pypackage/actions/workflows/release.yml/badge.svg)](https://github.com/zillionare/cookiecutter-pypackage)
88
[![Dowloads](https://img.shields.io/pypi/dm/ppw)](https://pypi.org/project/ppw/)
99
[![License](https://img.shields.io/pypi/l/ppw)](https://opensource.org/licenses/BSD-2-Clause)
10+
![Python Versions](https://img.shields.io/pypi/pyversions/ppw)
1011

1112

1213
## Features

0 commit comments

Comments
 (0)