Skip to content

Commit e4881f1

Browse files
committed
v0.2.2 Release, Updated README and Updated GH Actions Workflow trigger
1 parent ea88ff1 commit e4881f1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/fastapi_discord.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build and Deploy PyPi
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
workflow_dispatch:
75

86

97

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Maintainability](https://api.codeclimate.com/v1/badges/7a4a3db15ce4062b6c93/maintainability)](https://codeclimate.com/github/Tert0/fastapi-discord/maintainability)
21
[![PyPI version](https://badge.fury.io/py/fastapi-discord.svg)](https://badge.fury.io/py/fastapi-discord)
32
[![PyPI Downloads](https://img.shields.io/pypi/dm/fastapi-discord.svg)](https://pypi.org/project/fastapi-discord)
43

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name="fastapi_discord",
77
packages=find_packages(),
8-
version="0.2.1",
8+
version="0.2.2",
99
description="Discord OAuth FastAPI extension for APIs",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)