Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7097:d9b153732bb1
add new reference.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 02 Dec 2022 23:05:15 -0500 |
| parents | 83dc71b3211f |
| children | 585954cb1364 |
comparison
equal
deleted
inserted
replaced
| 7096:157280a54e0c | 7097:d9b153732bb1 |
|---|---|
| 1 # merged in python-package.yml workflow | 1 # merged in python-package.yml workflow |
| 2 | 2 |
| 3 # reference docs: | 3 # reference docs: |
| 4 # https://blog.deepjyoti30.dev/tests-github-python | 4 # https://blog.deepjyoti30.dev/tests-github-python |
| 5 # https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python | 5 # https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python |
| 6 # | 6 # https://github.com/pypa/twine/blob/main/.github/workflows/main.yml |
| 7 | |
| 7 name: roundup-ci | 8 name: roundup-ci |
| 8 | 9 |
| 9 on: | 10 on: |
| 10 push: | 11 push: |
| 11 # skip if github.ref is 'refs/heads/maint-1.6' | 12 # skip if github.ref is 'refs/heads/maint-1.6' |
