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

3.1.1

parent d7cef48e
No related branches found
No related tags found
No related merge requests found
Pipeline #62575 canceled with stages
in 4 minutes and 24 seconds
......@@ -134,6 +134,22 @@ build_python312:
image: python:3.12
build_python3_sdist:
extends: .build_python
image: python:3.9
artifacts:
paths:
- "*.whl"
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
build_python311_armv7l:
extends: .build_python
image: zoo.smok.co/build/build:armv7l-python3.11
......
......@@ -4,7 +4,7 @@ Changelog
v3.1.1
------
* TBA
* added source wheels to emitted packages so that they can be built on Windows as well
v3.1.0
------
......
# coding: utf-8
[metadata]
version = 3.1.1a1
version = 3.1.1
name = minijson
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
......
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