Skip to content

Commit

Permalink
Bump version to 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 7, 2024
1 parent c998daf commit 10c7a8d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
target: x86_64
args: --release --out dist --sdist
sccache: true
- name: Install built wheel - x86_64
run: |
pip install nh3 --no-index --find-links dist --force-reinstall
pip install pytest
cd tests && pytest
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
Expand Down
109 changes: 58 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nh3"
version = "0.2.17"
version = "0.2.18"
authors = ["messense <messense@icloud.com>"]
edition = "2021"
description = "Python bindings to the ammonia HTML sanitization library."
Expand Down

0 comments on commit 10c7a8d

Please sign in to comment.