Skip to content

Commit

Permalink
fix: doc release to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Dec 18, 2024
1 parent d4090c7 commit bff15ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
build:
name: Deploy docs
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_bio"
version = "0.2.9"
version = "0.2.10"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "polars-bio"
version = "0.2.9"
version = "0.2.10"
description = "Blazing fast genomic operations on large Python dataframes"
authors = []
requires-python = ">=3.9"
Expand Down

0 comments on commit bff15ae

Please sign in to comment.