From aa74679bcca6342f8f31c90a5b0cfb95cd222efb Mon Sep 17 00:00:00 2001 From: cschen Date: Thu, 19 Sep 2024 21:51:23 +0200 Subject: [PATCH] ci(python): tentative n 2, forgot to differentiate the artefact names. --- .github/workflows/python.yml | 2 +- dist/py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b45c375..b30c10f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -120,7 +120,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: codemp-py-windows-${{ matrix.platform.target }} + name: codemp-${{ matrix.versions.features }}-windows-${{ matrix.platform.target }} path: dist/py/build macos: diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index 8275de7..b864fc6 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codemp" -version = "0.0.1" +version = "0.7.1" description = "code multiplexer" requires-python = ">=3.8" license = "GPL-3.0-only"