Skip to content

Commit

Permalink
upgrade to version v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 29, 2023
1 parent e3bb579 commit a6e91ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
with:
files: dist/*

- uses: pypa/gh-action-pypi-publish@v1
- name: Publishing to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
user: ${{ secrets.PYPI_USERNAME }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "liburlparser"
version = "1.4.4"
version = "1.4.5"
description = "Fastest Url parser in the world"
readme = "README.md"
authors = [
Expand Down

0 comments on commit a6e91ce

Please sign in to comment.