Skip to content

Commit

Permalink
Bump version to 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 29, 2024
1 parent c1bb436 commit c71460c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ jobs:
python-version: 3.12
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install --upgrade twine
twine upload --skip-existing *
pip install --upgrade maturin
maturin upload --skip-existing *
4 changes: 2 additions & 2 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.18"
version = "0.2.19"
authors = ["messense <[email protected]>"]
edition = "2021"
description = "Python bindings to the ammonia HTML sanitization library."
Expand Down

0 comments on commit c71460c

Please sign in to comment.