Skip to content

Commit f809eff

Browse files
committed
Use yaml vs yml ext.
1 parent ab0c833 commit f809eff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# python-workflows
22
GitHub Action Python workflows
33

4-
| Name | Description |
5-
|----------------------|----------------------------------|
6-
| [gh-pages-publish.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/gh-pages-publish.yml) | Publish API docs to GitHub Pages |
7-
| [gh-release.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/gh-release.yml) | Create a GitHub Release |
8-
| [pypi-publish.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/pypi-publish.yml) | Publish an artifact on PyPi |
9-
| [unit-ci.yml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/unit-ci.yml) | Build and run Unit tests |
4+
| Name | Description |
5+
|-----------------------------------------------------------------------------------------------------------------------------|----------------------------------|
6+
| [gh-pages-publish.yaml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/gh-pages-publish.yaml) | Publish API docs to GitHub Pages |
7+
| [gh-release.yaml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/gh-release.yaml) | Create a GitHub Release |
8+
| [pypi-publish.yaml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/pypi-publish.yaml) | Publish an artifact on PyPi |
9+
| [unit-ci.yaml](https://github.com/JeffersonLab/python-workflows/blob/main/.github/workflows/unit-ci.yaml) | Build and run Unit tests |
1010

1111
## Workflow Updates
1212
Workflows are versioned in semver just as with regular software, however, the GitHub Action workflows convention is to reference a major version number such that backwards compatible minor and patch updates are received automatically. This means a separate major tag such as `v1` must be moved after each release. To move a major tag after a release execute (`v1` shown):

0 commit comments

Comments
 (0)