Skip to content

Commit

Permalink
need to use v2 poetry image
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jul 25, 2024
1 parent 20d33b2 commit 9dd33ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Copy readme
run: cp README.md python/README.md
- name: Prepare build
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v2
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
package_directory: "python"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.5.4"
version = "2.5.5"
description = ""
authors = ["Javier Luraschi <javier@hal9.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 9dd33ca

Please sign in to comment.