Skip to content
Snippets Groups Projects
Commit c93abdac authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

3.1.1

parent 1b9c5523
No related branches found
No related tags found
No related merge requests found
Pipeline #62576 passed with stages
in 4 minutes and 45 seconds
......@@ -140,14 +140,14 @@ build_python3_sdist:
image: python:3.9
artifacts:
paths:
- "*.whl"
- "dist/*.egg"
script:
- pip install --break-system-packages --upgrade Cython setuptools pip
- pip install --break-system-packages -r requirements.txt
- python setup.py sdist
after_script:
- pip install twine
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi *.whl
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*.egg
build_python311_armv7l:
......
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