From 839651350ef74d481a21f72746c0030ffa4a08cc Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Thu, 13 Jul 2023 14:12:35 +0100 Subject: [PATCH] pre-0.2.4 --- .gitlab-ci.yml | 8 ++++++++ CHANGELOG.md | 2 +- docs/requirements.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17d04b9..ae65ec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -194,6 +194,7 @@ build-standalone-ubu20: stage: build needs: - "prepare_version" + retry: 1 before_script: - /opt/python/cp310-cp310/bin/pip install -U pip 'conan<2' auditwheel build - ln -n /opt/python/cp310-cp310/bin/auditwheel /usr/bin/auditwheel @@ -273,6 +274,7 @@ linux-aarch64-gcc9-release-build: stage: build needs: - "prepare_version" + retry: 1 before_script: - conan config install --verify-ssl=no "${CONAN_CONFIG_URL}" - ci/setup_python_osx.sh ${PYTHON_VERSION} ./python @@ -356,6 +358,7 @@ osx-arm64-clang13-release-build: stage: build needs: - "prepare_version" + retry: 1 before_script: - conan config install --verify-ssl=no "${CONAN_CONFIG_URL}" - export PYENV="${HOME}/.pyenv/pyenv-win" @@ -417,6 +420,7 @@ build-python-api: image: ${CI_REGISTRY}/traque/ont-docker-base/ont-base-python:3.10 tags: - linux + retry: 1 script: - git tag -d $(git tag -l "*a*") - git tag -d $(git tag -l "*b*") @@ -459,6 +463,7 @@ tools-linux-x64: image: ${CI_REGISTRY}/traque/ont-docker-base/ont-base-python:3.${PY_MINOR_VER} tags: - linux + retry: 1 before_script: - python3.${PY_MINOR_VER} -m venv .venv/ - source .venv/bin/activate @@ -487,6 +492,7 @@ tools-linux-x64: .pytest: stage: test + retry: 1 before_script: - python3 -m venv .venv/ - source .venv/bin/activate @@ -626,6 +632,7 @@ conda_pytest: .benchmark: stage: test + retry: 1 before_script: - python3 -m venv .venv/ - source .venv/bin/activate @@ -668,6 +675,7 @@ benchmark-linux-aarch64: .conan-build-common: + retry: 1 stage: build-conan dependencies: - "prepare_version" diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb587b..0d07304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes, updates, and fixes to pod5 will be documented here The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.4] 2023-07-12 +## [0.2.4] 2023-07-13 ### Changed diff --git a/docs/requirements.txt b/docs/requirements.txt index bcdc488..6801cf0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx-rtd-theme sphinx==v5.3.0 myst-parser # Paths are relative to project root for ReadTheDocs and docs/Makefile -pod5==0.2.3 +pod5==0.2.4