Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Dec 12, 2024
1 parent fd28ae0 commit 43e66a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: cibuildwheel --output-dir dist

- name: Deploy wheels
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }} && poetry publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chaine"
version = "3.13.0"
version = "3.13.1"
description = "Linear-chain conditional random fields for natural language processing"
authors = ["Severin Simmler <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 43e66a6

Please sign in to comment.