Skip to content

Commit

Permalink
Merge pull request #331 from hgomersall/master
Browse files Browse the repository at this point in the history
CI: Added the correct gh actions badge and tweaked the name of the workflow
  • Loading branch information
hgomersall committed Dec 17, 2021
2 parents 67e77cc + e54d1cc commit 93c150f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wheels and Release
name: Build Wheels, Test and Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| GitHub Actions | Read the Docs |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| ![github_actions](https://img.shields.io/github/workflow/status/JeppeKlitgaard/pyFFTW/wheel_tests_and_release) | [![read_the_docs](https://readthedocs.org/projects/pyfftw/badge/?version=latest)](http://pyfftw.readthedocs.io/en/latest/?badge=latest) |
| ![github_actions](https://github.com/pyFFTW/pyFFTW/actions/workflows/wheel_tests_and_release.yml/badge.svg) | [![read_the_docs](https://readthedocs.org/projects/pyfftw/badge/?version=latest)](http://pyfftw.readthedocs.io/en/latest/?badge=latest) |

### Conda-forge Status

Expand Down

0 comments on commit 93c150f

Please sign in to comment.