Updated build workflow for gitea
Some checks failed
Build python package / Build (push) Failing after 17s
Some checks failed
Build python package / Build (push) Failing after 17s
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Building the package
|
- name: Building the package
|
||||||
run: |
|
run: |
|
||||||
mv ${{ gitea.workspace }}\GLPIAPI.py ${{ gitea.workspace }}\build\src\GLPIAPI\
|
mv ${{ gitea.workspace }}/GLPIAPI.py ${{ gitea.workspace }}/build/src/GLPIAPI/
|
||||||
cd ${{ gitea.workspace }}\build
|
cd ${{ gitea.workspace }}/build
|
||||||
python -m build
|
python -m build
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user