Skip to content

Commit

Permalink
Merge pull request #46 from mpol1t/fix-action-poetry-publish-action-v…
Browse files Browse the repository at this point in the history
…ersion

Fix action poetry publish action version
  • Loading branch information
mpol1t authored Sep 21, 2024
2 parents da174bf + 29f45d1 commit bfb16f4
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-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
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 = "async-websocket-pool"
version = "0.1.8"
version = "0.1.9"
description = "async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients."
authors = ["mpol1t"]
license = "MIT"
Expand Down

0 comments on commit bfb16f4

Please sign in to comment.