From e8a8f31ea6ed58ba3d5af668186c6f4eec829f2f Mon Sep 17 00:00:00 2001 From: Jason Secula Date: Fri, 20 Feb 2026 06:42:46 +0100 Subject: [PATCH] fixed workflow --- .gitea/workflows/build.yaml | 2 +- build/src/GLPIAPI/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/src/GLPIAPI/__init__.py diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a73eeb2..df4fabb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 diff --git a/build/src/GLPIAPI/__init__.py b/build/src/GLPIAPI/__init__.py new file mode 100644 index 0000000..8250fb9 --- /dev/null +++ b/build/src/GLPIAPI/__init__.py @@ -0,0 +1 @@ +__all__ = ["GLPIAPI"] \ No newline at end of file