Skip to content

Commit 5498a8b

Browse files
committed
fixed gh action
1 parent e494f76 commit 5498a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests with pytest
2222
run: |
2323
pytest -v --durations=0 --cov=osbot_utils tests
24-
coveralls --service=github
24+
coveralls
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
version = "0.6.7" , # change this on every release
7+
version = "0.7.0" , # change this on every release
88
name = "osbot_utils" ,
99
author = "Dinis Cruz",
1010
author_email = "[email protected]",

0 commit comments

Comments
 (0)