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
|
||||
- name: Building the package
|
||||
run: |
|
||||
mv ${{ gitea.workspace }}\GLPIAPI.py ${{ gitea.workspace }}\build\src\GLPIAPI\
|
||||
cd ${{ gitea.workspace }}\build
|
||||
mv ${{ gitea.workspace }}/GLPIAPI.py ${{ gitea.workspace }}/build/src/GLPIAPI/
|
||||
cd ${{ gitea.workspace }}/build
|
||||
python -m build
|
||||
- name: Publish package
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user