Skip to content

Commit

Permalink
Issues with release docs and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bradshjg committed Jan 17, 2021
1 parent 602ad8a commit 3f5da29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will publish to PyPI on release.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package test
name: PyPI release

on: [release]

Expand All @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Flask-GitHubApp
-------------
---------------
Easy GitHub app integration for Flask
Easy GitHub App integration for Flask
"""
import os
from setuptools import setup
Expand Down

0 comments on commit 3f5da29

Please sign in to comment.