Skip to content

Commit

Permalink
v0.2.2 Release, Updated README and Updated GH Actions Workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Tert0 committed May 15, 2022
1 parent ea88ff1 commit e4881f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fastapi_discord.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Build and Deploy PyPi

on:
push:
tags:
- 'v*'
workflow_dispatch:



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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name="fastapi_discord",
packages=find_packages(),
version="0.2.1",
version="0.2.2",
description="Discord OAuth FastAPI extension for APIs",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e4881f1

Please sign in to comment.