Skip to content

Commit b2f16f0

Browse files
authored
Merge pull request #148 from mdsol/fix/resolve_publish
Fix the Publish task
2 parents aa32295 + 53adeaa commit b2f16f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ 3.10 ]
16-
poetry-version: [ 1.4.2 ]
15+
python-version: [ "3.10" ]
16+
poetry-version: [ "1.4.2" ]
1717
os: [ ubuntu-latest ]
1818
steps:
1919
- uses: actions/checkout@v3
@@ -39,8 +39,8 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: [ 3.10 ]
43-
poetry-version: [ 1.4.2 ]
42+
python-version: [ "3.10" ]
43+
poetry-version: [ "1.4.2" ]
4444
os: [ ubuntu-latest ]
4545
steps:
4646
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)