Skip to content

Commit

Permalink
ci(python): tentative n 2, forgot to differentiate the artefact names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyatzo committed Sep 19, 2024
1 parent 89bfd6b commit aa74679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion dist/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aa74679

Please sign in to comment.