Updated maintainer info and ci
This commit is contained in:
parent
b701a91083
commit
8fd2a84c07
3 changed files with 15 additions and 8 deletions
.forgejo/workflows
|
@ -11,7 +11,7 @@ jobs:
|
|||
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Install packages
|
||||
run: |
|
||||
pip install -e .[lint,typing] -q --disable-pip-version-check -q --no-cache-dir -q
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Install packages
|
||||
run: pip install build --no-cache-dir -q
|
||||
- name: Build package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue