Update .gitlab-ci.yml file

This commit is contained in:
Jason Secula
2026-02-13 14:25:21 +01:00
parent cfd6c2acb9
commit 23a617ef62

View File

@@ -12,3 +12,4 @@ build-deploy: # This job runs in the build stage, which runs first.
- cd build/
- python -m build
- python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*