Set correct build argument

This commit is contained in:
Price Hiller 2021-10-06 06:17:35 -05:00
parent d3a46322c2
commit 028a8d3454

View File

@ -12,7 +12,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- python -m setup.py build --wheel
- python -m build --wheel
- echo "Compile complete."
# unit-test-job: # This job runs in the test stage.