fixed workflow
Some checks failed
Build python package / Build (push) Failing after 18s

This commit is contained in:
2026-02-20 06:42:46 +01:00
parent 123d7d1ecf
commit e8a8f31ea6
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@main
- name: Building the package
run: |
mv ${{ gitea.workspace }}\GLPIAPI.py ${{ gitea.workspace }}\build\src\GLPIAPI\
powershell mv ${{ gitea.workspace }}\GLPIAPI.py ${{ gitea.workspace }}\build\src\GLPIAPI\
cd ${{ gitea.workspace }}\build
python -m build
- name: Publish package

View File

@@ -0,0 +1 @@
__all__ = ["GLPIAPI"]