Skip to content
Snippets Groups Projects
Commit b6170168 authored by nimrod's avatar nimrod
Browse files

fixup! Just about it.

parent 53fa0868
No related branches found
No related tags found
No related merge requests found
Pipeline #3370 passed
...@@ -4,3 +4,15 @@ include: ...@@ -4,3 +4,15 @@ include:
file: templates/pre-commit.yml file: templates/pre-commit.yml
- project: shore/ci-stuff - project: shore/ci-stuff
file: templates/python.yml file: templates/python.yml
build-wheel:
extends: .python3
stage: build
script:
- python3 -m build
after_script:
- &twine_check twine check dist/*.whl
artifacts:
paths:
- dist/*.tar.gz
- dist/*.whl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment