Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChainYo committed Sep 7, 2023
1 parent 7c2f40c commit 69b9884
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 136 deletions.
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/labels.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/release-drafter.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
- name: run-tests
run: pytest --cov=tensorshare --cov-report=term-missing tests/ -s --durations 0

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

deploy-docs:
needs: run-tests
if: (github.event_name == 'release') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/labeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://github.com/Wordcab/wordcab-python/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/pypi/l/wordcab" />
</a>
<a href="https://github.com/Wordcab/wordcab-python/actions?workflow=Tests" target="_blank">
<a href="https://github.com/Wordcab/wordcab-python/actions?workflow=ci-cd" target="_blank">
<img src="https://github.com/Wordcab/wordcab-python/workflows/Tests/badge.svg" />
</a>
<a href="https://app.codecov.io/gh/Wordcab/wordcab-python" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion src/wordcab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"start_summary",
]

__version__ = "0.6.5"
__version__ = "0.7.0"

0 comments on commit 69b9884

Please sign in to comment.