We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efd5f4 commit abe5d73Copy full SHA for abe5d73
1 file changed
.github/workflows/upload-package.yml
@@ -7,14 +7,14 @@ on:
7
jobs:
8
build-and-publish-python-package:
9
name: Build Python package with sources and publish
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout the code
13
- uses: actions/checkout@v3
14
- - uses: actions/setup-python@v4
+ uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
15
with:
16
python-version: '3.12'
17
- name: Build and publish to PyPi
18
- uses: JRubics/poetry-publish@v1.8
+ uses: JRubics/poetry-publish@v2.1
19
20
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments