6
0

Python-based packaging

This commit is contained in:
Jon Michael Aanes 2024-03-30 13:37:37 +01:00
parent 16f5f9dafb
commit 6fc1041d2a
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -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