We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ad8a commit 3f5da29Copy full SHA for 3f5da29
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
# This workflow will publish to PyPI on release.
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: Python package test
+name: PyPI release
5
6
on: [release]
7
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python
16
uses: actions/setup-python@v2
17
with:
18
python-version: 3.8
setup.py
@@ -1,8 +1,8 @@
"""
Flask-GitHubApp
--------------
+---------------
-Easy GitHub app integration for Flask
+Easy GitHub App integration for Flask
import os
8
from setuptools import setup
0 commit comments