File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 # aarch64 assembly (missing __ARM_ARCH). 2_28 (AlmaLinux 8, gcc 8+)
6868 # provides a new enough toolchain.
6969 manylinux : 2_28
70+ # Forward GGSQL_SKIP_GENERATE into the Docker container so the
71+ # build script uses the pre-generated parser files.
72+ docker-options : -e GGSQL_SKIP_GENERATE=1
7073
7174 - uses : actions/upload-artifact@v4
7275 with :
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0
4+
5+ Initial release.
Original file line number Diff line number Diff line change 11[package ]
22name = " ggsql-python"
3- version = " 0.1.0 "
3+ version = " 0.1.3 "
44edition = " 2021"
55license = " MIT"
66description = " Python bindings for ggsql"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " ggsql"
7- version = " 0.1.0 "
7+ version = " 0.1.3 "
88description = " SQL extension for declarative data visualization"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 2727 "execute" ,
2828 "render_altair" ,
2929]
30- __version__ = "0.1.0 "
30+ __version__ = "0.1.3 "
3131
3232# Type alias for any Altair chart type
3333AltairChart = Union [
You can’t perform that action at this time.
0 commit comments