Skip to content
Snippets Groups Projects
Commit ca539456 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

use build to build

parent 48df006b
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,5 @@ upload: ...@@ -26,5 +26,5 @@ upload:
- main - main
script: script:
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
- python setup.py sdist - python -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/* - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
setuptools>=62.6 setuptools>=62.6
twine twine
black=~25.1.0 black=~25.1.0
\ No newline at end of file build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment