Skip to content

Commit

Permalink
Merge pull request #6 from SekouDiaoNlp/dev
Browse files Browse the repository at this point in the history
Updated Readme + CI improvments
  • Loading branch information
SekouDiaoNlp committed Nov 7, 2021
2 parents 6af3b32 + d6b8c30 commit 47c7cc2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1,015 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[bumpversion]
current_version = 1.5.0
current_version = 0.3.1
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:/__init__.py]
[bumpversion:file:pyprojectify/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
run: |
py.test --cov=./pyprojectify/
- name: Upload coverage artifacts to codecov
run: codecov --token=secrets.CODECOV_API_TOKEN
run: codecov --token=secrets.370386ee-28d7-441f-b4eb-7f63f8c5c3e9
if: ${{ matrix.python-version != '3.10' }} # codecov is not yet compatible with python 3.10.0

2 changes: 1 addition & 1 deletion .github/workflows/poetry_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Run Pytest
run: poetry run pytest --cov=./pyprojectify/
- name: Upload coverage artifacts to codecov
run: poetry run codecov --token=secrets.CODECOV_API_TOKEN
run: poetry run codecov --token=370386ee-28d7-441f-b4eb-7f63f8c5c3e9
if: ${{ matrix.python-version != '3.10' }} # codecov is not yet compatible with python 3.10.0

0 comments on commit 47c7cc2

Please sign in to comment.