Skip to content

Commit

Permalink
Fix GitHub Build Badge (#78)
Browse files Browse the repository at this point in the history
* Update CHANGELOG with #77 #78 ...

* Cleanup ...

Co-authored-by: Amirhessam Tahmassebi <[email protected]>
  • Loading branch information
amirhessam88 and Amirhessam Tahmassebi authored May 30, 2022
1 parent fa04578 commit b8c53ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- "**.md"
jobs:
ci:
#----------------------------------------------
# ----- setup operating system -----
#----------------------------------------------
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
Expand All @@ -18,15 +21,14 @@ jobs:
python-version: [3.9.7]
steps:
#----------------------------------------------
# check-out repo and set-up python
# ----- check-out repo and set-up python -----
#----------------------------------------------
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Python v${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Version 0.2.0-beta - 2022-05-29

### Fixed

- [#78](https:/slickml/slick-ml/pull/78) `build` badge using GitHub actions and removed the `travis-ci` badge and dependencies.
-
### Updated
- [#77](https:/slickml/slick-ml/pull/77) updated `.flake8`, `.gitingore` entries, `ISSUE_TEMPLATES`, `README.md`, `CONTRIBUTING.md`, `assets/`, `examples/` formats, and `src/` style, `ci.yml` workflow.

### Added
- [#77](https:/slickml/slick-ml/pull/77) added poetry essentials and essentials based on [#72](https:/slickml/slick-ml/pull/72) and removed all `setup.py` essentials.
- [#77](https:/slickml/slick-ml/pull/77) added `tox`, `mypy`, `pytest-cov`, `sphinx-auto-api-doc`.
- [#77](https:/slickml/slick-ml/pull/77) added `tox`, `mypy`, `pytest-cov`.
- [#77](https:/slickml/slick-ml/pull/77) added `sphinx-auto-api-doc` based on [#32](https:/slickml/slick-ml/pull/32).


## Version 0.1.5 - 2021-09-06
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[![build status](https://travis-ci.com/slickml/slick-ml.svg?branch=master)](https://travis-ci.com/github/slickml/slick-ml)
[![build](https://github.com/slickml/slick-ml/actions/workflows/ci.yml/badge.svg)](https://github.com/slickml/slick-ml/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/slickml/slick-ml)](https:/slickml/slick-ml/blob/master/LICENSE/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/slickml)](https://pypi.org/project/slickml/)
![PyPI Version](https://img.shields.io/pypi/v/slickml)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/slickml)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/slickml)
![Python Version](https://img.shields.io/pypi/pyversions/slickml)
[![Issues](https://img.shields.io/github/issues/slickml/slick-ml)](https:/slickml/slick-ml/issues)
[![Forks](https://img.shields.io/github/forks/slickml/slick-ml)](https:/slickml/slick-ml/network/members/)
Expand Down

0 comments on commit b8c53ac

Please sign in to comment.