Skip to content

Commit

Permalink
Merge pull request #143 from alandtse/ci_fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Feb 13, 2021
2 parents fe30dd9 + 8d3565b commit 53996e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
PYPI_USERNAME: __token__
run: |
DEBUG='*' semantic-release publish
- name: Push changes to dev
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: Lint and test

on:
push:
Expand All @@ -13,6 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
python-version: [3.7, 3.8]
Expand All @@ -27,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
pipenv install -e . --dev
pipenv install --three --dev
- name: Lint
run: |
make lint
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tox = "*"
tox-pipenv = "*"
twine = "*"
black = "*"
typing-extensions = "*"

[packages]
aiohttp = "*"
Expand Down
30 changes: 7 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53996e0

Please sign in to comment.