Merge remote-tracking branch 'origin/Development' into Development

# Conflicts:
#	.gitlab-ci.yml
This commit is contained in:
Price Hiller 2021-10-06 07:19:29 -05:00
commit 6c6e809116

View File

@ -8,8 +8,8 @@ default:
- apk --purge del .build-deps - apk --purge del .build-deps
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- test
- build - build
- test
pylint: pylint:
@ -26,9 +26,9 @@ pylint:
- ./pylint/ - ./pylint/
build-job: # This job runs in the build stage, which runs first. build-job:
stage: build stage: build
script: script:
- echo "Attempting to build distribution wheel" - echo "Attempting to build distribution wheel"
- python -m build --wheel - python -m build --wheel
- echo "Wheel successfully built!" - echo "Wheel successfully built!"