Skip to content

Commit

Permalink
hotfix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcliang committed Apr 17, 2021
1 parent 8c75ed3 commit bcb5f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ $ pytest tests/test_extend_maxpoints.py

## Continuous Integration

[![CI](https://github.com/bcliang/gamry-parser/actions/workflows/python-js-package.yml/badge.svg)](https://github.com/bcliang/gamry-parser/actions/workflows/python-js-package.yml)
[![CI](https://github.com/bcliang/dash-extendable-graph/actions/workflows/python-js-package.yml/badge.svg)](https://github.com/bcliang/dash-extendable-graph/actions/workflows/python-js-package.yml)

This repository uses a github action to automate integration testing. Linting and Tests are triggered for each pull request created in the `master` branch.

## Package Publishing

[![Publish](https://github.com/bcliang/gamry-parser/actions/workflows/publish.yml/badge.svg)](https://github.com/bcliang/gamry-parser/actions/workflows/publish.yml)
[![Publish](https://github.com/bcliang/dash-extendable-graph/actions/workflows/publish.yml/badge.svg)](https://github.com/bcliang/dash-extendable-graph/actions/workflows/publish.yml)

This repository uses a github action to automate package deployment (in this case, compiling a source archive and binary wheel using `setuptools`). Publishing is triggered on each published release.

0 comments on commit bcb5f92

Please sign in to comment.