mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(python): tentative n 2, forgot to differentiate the artefact names.
This commit is contained in:
parent
89bfd6b90c
commit
aa74679bcc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -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:
|
||||
|
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue