Skip to content

Commit

Permalink
Build packages for ubuntu as well, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Oct 23, 2024
1 parent 01ed5cf commit dc42adc
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_build_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14, windows-latest]
os: [macos-14, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion torch_delaunay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from typing import Final

__version__: Final[str] = "1.0.0rc3"
__version__: Final[str] = "1.0.0"

0 comments on commit dc42adc

Please sign in to comment.