Skip to content

Commit abe5d73

Browse files
Updated dependencies for publish workflow (#324)
Co-authored-by: Sergey Bondarenko <>
1 parent 3efd5f4 commit abe5d73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/upload-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
jobs:
88
build-and-publish-python-package:
99
name: Build Python package with sources and publish
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout the code
13-
uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.12'
1717
- name: Build and publish to PyPi
18-
uses: JRubics/poetry-publish@v1.8
18+
uses: JRubics/poetry-publish@v2.1
1919
with:
2020
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)