Skip to content

Commit

Permalink
Specifiy poetry build python version
Browse files Browse the repository at this point in the history
  • Loading branch information
renzop committed May 28, 2024
1 parent d07d39a commit de170a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.11.9"
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 = "openopc2"
version = "0.1.12"
version = "0.1.13"
description = "OPC library with a Windows gateway enabling non-Windows clients to access OPC-DA calls."
license = "GPL-2.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit de170a1

Please sign in to comment.