Skip to content

Commit

Permalink
Merge pull request #148 from mdsol/fix/resolve_publish
Browse files Browse the repository at this point in the history
Fix the Publish task
  • Loading branch information
glow-mdsol authored Feb 4, 2025
2 parents aa32295 + 53adeaa commit b2f16f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.10 ]
poetry-version: [ 1.4.2 ]
python-version: [ "3.10" ]
poetry-version: [ "1.4.2" ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
Expand All @@ -39,8 +39,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.10 ]
poetry-version: [ 1.4.2 ]
python-version: [ "3.10" ]
poetry-version: [ "1.4.2" ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2f16f0

Please sign in to comment.