Python-based packaging
This commit is contained in:
parent
16f5f9dafb
commit
6fc1041d2a
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: python-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up python
|
- name: Setting up python
|
||||||
run: |
|
run: |
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Test Python Code
|
- name: Test Python Code
|
||||||
run: python3 -m pytest test
|
run: python3 -m pytest test
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: python-latest
|
||||||
needs: [test]
|
needs: [test]
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up python
|
- name: Setting up python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user