Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamOtieno committed Jan 1, 2024
1 parent 320ab30 commit dd73a18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Flutterwave Tests
name: Python Flutterwave Build

on:
push:
Expand Down Expand Up @@ -30,8 +30,6 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# - name: Test with pytest
# run: |
# export SECRET_KEY=${{ secrets.SECRET_KEY }}
# export FW_SECRET_KEY=${{ secrets.FW_SECRET }}
# pytest
- name: Format with black
run: |
black .
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ urllib3
sphinx
autodoc
sphinx-rtd-theme
black
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-flutterwave
version = 1.2.1
version = 1.2.2
author = William Otieno
author_email = jimmywilliamotieno@gmail.com
description = Python Wrapper for interacting with the Flutterwave Payments API
Expand Down

0 comments on commit dd73a18

Please sign in to comment.