Skip to content

Commit

Permalink
Rename unstable to test
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 13, 2022
1 parent 3acf413 commit fd8ecdd
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: release

on:
push:
tags:
- '*'

jobs:
stable:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
steps:
- uses: APN-Pucky/make-python-action@main
with:
test: true
doc: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
pypi-token: ${{ secrets.pypi_token }}
gh-pages: true
gh-pages-folder: docs/build/html
8 changes: 4 additions & 4 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'stable'
tags:
tags-ignore:
- '*'

jobs:
Expand All @@ -19,6 +19,6 @@ jobs:
doc: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
pypi-token: ${{ secrets.pypi_token }}
gh-pages: true
gh-pages-folder: docs/build/html
#pypi-token: ${{ secrets.pypi_token }}
#gh-pages: true
#gh-pages-folder: docs/build/html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unstable
name: test

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ test.rex
test.aux
test.log
test.pdf

qgraf
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyFeyn is a Python-language based system for drawing Feynman diagrams. It was in

[![PyPI version][pypi image]][pypi link] [![PyPI version][pypi versions]][pypi link] ![downloads](https://img.shields.io/pypi/dm/smpl.svg)

| [Stable][doc stable] | [Unstable][doc test] |
| [Stable][doc stable] | [Test][doc test] |
| ------------- |:-------------:|
| [![workflow][a s image]][a s link] | [![test][a t image]][a t link] |
| [![Coverage Status][c s i]][c s l] | [![Coverage Status][c t i]][c t l] |
Expand Down Expand Up @@ -54,8 +54,8 @@ poetry shell

[a s image]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/stable.yml/badge.svg
[a s link]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/stable.yml
[a t link]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/unstable.yml
[a t image]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/unstable.yml/badge.svg
[a t link]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/test.yml
[a t image]: https://github.com/APN-Pucky/pyfeyn2/actions/workflows/test.yml/badge.svg

[cc s q i]: https://app.codacy.com/project/badge/Grade/135bae47c6344ab0bfb180135ea1db44?branch=stable
[cc s q l]: https://www.codacy.com/gh/APN-Pucky/pyfeyn2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=APN-Pucky/pyfeyn2&utm_campaign=Badge_Grade?branch=stable
Expand Down

0 comments on commit fd8ecdd

Please sign in to comment.