Skip to content

Commit 3f5da29

Browse files
committed
Issues with release docs and workflows
1 parent 602ad8a commit 3f5da29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will publish to PyPI on release.
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python package test
4+
name: PyPI release
55

66
on: [release]
77

@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python ${{ matrix.python-version }}
15+
- name: Set up Python
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: 3.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
Flask-GitHubApp
3-
-------------
3+
---------------
44
5-
Easy GitHub app integration for Flask
5+
Easy GitHub App integration for Flask
66
"""
77
import os
88
from setuptools import setup

0 commit comments

Comments
 (0)