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

bump

parent 0e42f71f
No related branches found
No related tags found
No related merge requests found
Pipeline #61001 canceled with stages
in 4 minutes and 30 seconds
......@@ -49,10 +49,11 @@ test_python311:
.build_python:
stage: build
script:
- pip install --break-system-packages --upgrade Cython setuptools pip
- pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel
- pip install --break-system-packages -r requirements.txt
- python setup.py bdist_wheel
- cp dist/*.whl .
- repairwheel dist/*.whl -o .
- doctor-wheel *.whl
artifacts:
paths:
- "*.whl"
......@@ -97,6 +98,10 @@ upload_to_twine_python311_armv7l:
dependencies:
- build_python311_armv7l
script:
- mkdir dist2
- mv *.whl dist2/
- repairwheel dist2/*.whl -o .
- doctor-wheel *.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 *.whl
only:
- tags
......
......@@ -22,7 +22,7 @@ project = 'tempsdb'
copyright = '2020-2024, Piotr Maślanka'
author = 'Piotr Maślanka'
release = '0.6.7a1'
release = '0.6.6'
# -- General configuration ---------------------------------------------------
......
# coding: utf-8
[metadata]
name = tempsdb
version = 0.6.7a1
version = 0.6.6
long_description = file: README.md
long_description-content-type = text/markdown; charset=UTF-8
license_files = LICENSE
......
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