We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b91f0 commit 5e6be2fCopy full SHA for 5e6be2f
2 files changed
.github/workflows/ci_energyml_utils_pull_request.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install poetry
31
uses: ./.github/actions/prepare-poetry
32
with:
33
- python-version: 3.10
+ python-version: '3.10'
34
35
- name: Build
36
run: |
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
- name: Upload to PyPI TEST
80
.github/workflows/ci_energyml_utils_release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Upload to PyPI
0 commit comments