removed file creation in gitlab-ci
All checks were successful
Build python package / Build (push) Successful in 14s
All checks were successful
Build python package / Build (push) Successful in 14s
This commit is contained in:
@@ -7,7 +7,6 @@ variables:
|
||||
build: # This job runs in the build stage, which runs first.
|
||||
script:
|
||||
- pip install build twine
|
||||
- mkdir build/src/AirwatchAPI/
|
||||
- mv AirwatchAPI.py build/src/AirwatchAPI/
|
||||
- cd build/
|
||||
- python -m build
|
||||
|
||||
Reference in New Issue
Block a user