We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d4c2f + c7a1dc5 commit a278889Copy full SHA for a278889
.github/workflows/ci.yaml
@@ -11,9 +11,9 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Install Python 3
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: 3.9
19
- name: Setup Poetry
.github/workflows/python-publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
deploy:
21
22
23
24
- name: Build and publish to pypi
25
uses: JRubics/poetry-publish@v1.16
26
0 commit comments