Skip to content

Commit

Permalink
Bump to 0.1.0.dev2.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jul 6, 2021
1 parent 97a840a commit a705700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
lint_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.x
Expand All @@ -20,7 +20,7 @@ jobs:
python3 -m flake8 .
wheels_sdist:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
twine upload dist/*
linux_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
python -m pytest --cov=pytest_kivy --cov-report term --cov-branch pytest_kivy/tests
docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
Expand Down
2 changes: 1 addition & 1 deletion pytest_kivy/_version.py
@@ -1 +1 @@
__version__ = '0.1.0.dev1'
__version__ = '0.1.0.dev2'

0 comments on commit a705700

Please sign in to comment.