From e9225aee923309d229ef886570ef9a1254a94556 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 8 Oct 2024 10:35:27 +0200 Subject: [PATCH] Fix deploy CI --- .github/workflows/ci.yaml | 36 ++++++++++++++++++++---------------- CHANGELOG.md | 5 +++++ 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e509870..787a8438 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,13 +120,17 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [ubuntu, macos, windows] exclude: - - python-version: "3.9" + - python-version: "3.10" os: macos - python-version: "3.10" os: windows + - python-version: "3.11" + os: macos + - python-version: "3.11" + os: windows fail-fast: false runs-on: ${{ matrix.os }}-latest timeout-minutes: 20 @@ -218,20 +222,20 @@ jobs: - name: Push Docker Image run: | docker push ghcr.io/neuro-inc/apolo-flow:${{ needs.lint.outputs.version }} - - name: GitHub Release - uses: aio-libs/create-release@v1.6.6 - with: - changes_file: CHANGELOG.md - name: Apolo Flow - github_token: ${{ secrets.GITHUB_TOKEN }} - pypi_token: ${{ secrets.PYPI_TOKEN }} - version_file: src/apolo_flow/__init__.py # CLI has the same version - start_line: "[comment]: # (towncrier release notes start)" - head_line: "# Apolo Flow {version}\\s+\\({date}\\)\n?" - fix_issue_regex: - "\\(\\[#(\\d+)\\]\\(https://github.com/neuro-inc/neuro-flow/issues/\\\ - 1\\)\\)" - fix_issue_repl: "(#\\1)" + # - name: GitHub Release + # uses: aio-libs/create-release@v1.6.6 + # with: + # changes_file: CHANGELOG.md + # name: Apolo Flow + # github_token: ${{ secrets.GITHUB_TOKEN }} + # pypi_token: ${{ secrets.PYPI_TOKEN }} + # version_file: src/apolo_flow/__init__.py # CLI has the same version + # start_line: "[comment]: # (towncrier release notes start)" + # head_line: "# Apolo Flow {version}\\s+\\({date}\\)\n?" + # fix_issue_regex: + # "\\(\\[#(\\d+)\\]\\(https://github.com/neuro-inc/neuro-flow/issues/\\\ + # 1\\)\\)" + # fix_issue_repl: "(#\\1)" - name: Make publish neuro dist # publishing neuro-flow for backward compatibility diff --git a/CHANGELOG.md b/CHANGELOG.md index 01587ca9..fda6644b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ [comment]: # (towncrier release notes start) +# Apolo Flow 24.8.0 (2024-10-08) + +No significant changes. + + # Apolo Flow 24.8.0 (2024-08-09) No significant changes.