We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b672fc commit 877b37bCopy full SHA for 877b37b
.github/workflows/python-dev-package.yml
@@ -17,7 +17,7 @@ jobs:
17
# if: ${{ startsWith(github.event.head_commit.message, 'v') }}
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Build and publish to pypi
22
uses: JRubics/poetry-publish@v2.1
23
with:
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
uses: JRubics/poetry-publish@v2.0
0 commit comments