Skip to content

Commit

Permalink
Merge pull request #21 from dmtzs/development
Browse files Browse the repository at this point in the history
Update setup.cfg and python-pùblish.yml
  • Loading branch information
dmtzs committed Oct 30, 2022
2 parents 82ede9d + 327aec0 commit dbcf276
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,30 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'

- name: Install pypa/build
run: >-
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author_email = [email protected]
description = JWT authentication and generator for Flask routes
long_description = file: README.md
long_description_content_type = text/markdown
requires-python = ">=3.9"
url = https://github.com/dmtzs/Flask-authgen-jwt
project_urls =
Bug Tracker = https://github.com/miguelgrinberg/flask-httpauth/issues
Expand Down

0 comments on commit dbcf276

Please sign in to comment.