removed file creation in gitlab-ci
All checks were successful
Build python package / Build (push) Successful in 14s

This commit is contained in:
Jason SECULA
2026-02-19 10:41:19 +01:00
parent 14b48e7f41
commit f5abc6f0f4

View File

@@ -7,7 +7,6 @@ variables:
build: # This job runs in the build stage, which runs first. build: # This job runs in the build stage, which runs first.
script: script:
- pip install build twine - pip install build twine
- mkdir build/src/AirwatchAPI/
- mv AirwatchAPI.py build/src/AirwatchAPI/ - mv AirwatchAPI.py build/src/AirwatchAPI/
- cd build/ - cd build/
- python -m build - python -m build