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: ...@@ -49,10 +49,11 @@ test_python311:
.build_python: .build_python:
stage: build stage: build
script: 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 - pip install --break-system-packages -r requirements.txt
- python setup.py bdist_wheel - python setup.py bdist_wheel
- cp dist/*.whl . - repairwheel dist/*.whl -o .
- doctor-wheel *.whl
artifacts: artifacts:
paths: paths:
- "*.whl" - "*.whl"
...@@ -97,6 +98,10 @@ upload_to_twine_python311_armv7l: ...@@ -97,6 +98,10 @@ upload_to_twine_python311_armv7l:
dependencies: dependencies:
- build_python311_armv7l - build_python311_armv7l
script: 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 - 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: only:
- tags - tags
......
...@@ -22,7 +22,7 @@ project = 'tempsdb' ...@@ -22,7 +22,7 @@ project = 'tempsdb'
copyright = '2020-2024, Piotr Maślanka' copyright = '2020-2024, Piotr Maślanka'
author = 'Piotr Maślanka' author = 'Piotr Maślanka'
release = '0.6.7a1' release = '0.6.6'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
# coding: utf-8 # coding: utf-8
[metadata] [metadata]
name = tempsdb name = tempsdb
version = 0.6.7a1 version = 0.6.6
long_description = file: README.md long_description = file: README.md
long_description-content-type = text/markdown; charset=UTF-8 long_description-content-type = text/markdown; charset=UTF-8
license_files = LICENSE 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