Skip to content

Commit

Permalink
fix password (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: TANG ZHIXIONG <zhixiong.tang@momenta.ai>
  • Loading branch information
district10 and zhixiong-tang committed May 18, 2024
1 parent 1da69f4 commit dcc1903
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ jobs:
path: dist

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

[project]
name = "fast_viterbi"
version = "0.0.2"
version = "0.1.0"
description="a viterbi algo collection"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_version():
assert m.__version__ == "0.0.2"
assert m.__version__ == "0.1.0"


def test_add():
Expand Down

0 comments on commit dcc1903

Please sign in to comment.