Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Nov 28, 2024
1 parent fd1945d commit 35f5269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: "wheels-*/dist"
subject-path: "dist"
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with:
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.16.21'
version = '4.16.22'
description = "Computational tools for network-based pedestrian-scale urban analysis"
readme = "README.md"
requires-python = ">=3.10, <3.14"
Expand Down

0 comments on commit 35f5269

Please sign in to comment.