Skip to content

Commit

Permalink
Prepare for 1.2.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrekk committed Apr 9, 2021
1 parent 76ebb94 commit 5c87162
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
13 changes: 9 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
test:
pr/test:
- tests/*
GitHub:
pr/GitHub:
- .github/*
IMGkit:
pr/IMGkit:
- src/*
documents:
pr/documents:
- '*.md'
- 'LICENSE'
pr/pypi:
- 'pyproject.toml'
- 'setup.cfg'
- 'setup.py'
1 change: 1 addition & 0 deletions .github/workflows/pull_request_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GH_TOKEN }}"
sync-labels: true
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt install -y xvfb
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb
sudo apt install -y ./wkhtmltox_0.12.6-1.bionic_amd64.deb
pip install -r requirements.txt
pip install six coverage codecov nose
- name: Run unit test
run: nosetests --with-coverage --cover-package=src/imgkit --where tests imgkit_test.py
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = imgkit
version = 1.2.0
version = 1.2.1
author = Jarrekk
author_email = me@jarrekk.com
description = Wkhtmltopdf python wrapper to convert html to image using the webkit rendering engine and qt
Expand Down

0 comments on commit 5c87162

Please sign in to comment.