WIP: implement gitea actions #6
@ -4,8 +4,12 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Assemble-Zip:
|
Assemble-Zip:
|
||||||
runs-on: python3.11
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: "install python 3.11"
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.11"
|
||||||
- name: "install pip"
|
- name: "install pip"
|
||||||
run: |-
|
run: |-
|
||||||
apt update -y && apt install pipenv -y
|
apt update -y && apt install pipenv -y
|
||||||
|
Loading…
Reference in New Issue
Block a user