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"