Skip to content

Commit

Permalink
build artefacts naming
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Feb 2, 2024
1 parent ef9424c commit b22d07b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-linux-${{ matrix.target }}
path: dist
windows:
runs-on: windows-latest
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-windows-${{ matrix.target }}
path: dist
macos:
runs-on: macos-latest
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-macos-${{ matrix.target }}
path: dist
sdist:
runs-on: ubuntu-latest
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-sdist
path: dist
release:
name: Release
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_package_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-linux-${{ matrix.target }}
path: dist
windows:
runs-on: windows-latest
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-windows-${{ matrix.target }}
path: dist
macos:
runs-on: macos-latest
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-macos-${{ matrix.target }}
path: dist
sdist:
runs-on: ubuntu-latest
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.target }}
name: dist-sdist
path: dist
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cityseer"
version = '4.10.2'
version = '4.10.3'
description = "Computational tools for network-based pedestrian-scale urban analysis"
readme = "README.md"
requires-python = ">=3.10, <3.13"
Expand Down

0 comments on commit b22d07b

Please sign in to comment.