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
stages: # List of stages for jobs, and their order of execution
- test
- build
- test
pylint:
@ -26,9 +26,9 @@ pylint:
- ./pylint/
build-job: # This job runs in the build stage, which runs first.
build-job:
stage: build
script:
- echo "Attempting to build distribution wheel"
- python -m build --wheel
- echo "Wheel successfully built!"
- echo "Wheel successfully built!"