Skip to content

Commit

Permalink
Merge pull request #420 from dimastbk/fix-release-stage
Browse files Browse the repository at this point in the history
ops: fix release stage
  • Loading branch information
dimastbk authored Jun 9, 2024
2 parents 32d4f94 + 74e1665 commit 0dff2a0
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 @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.11'
- name: Init python poetry action
uses: abatilo/[email protected]
with:
poetry-version: 1.5.1
poetry-version: '1.5.1'
- name: Install dependencies
run: poetry install
- name: Build and publish
Expand Down

0 comments on commit 0dff2a0

Please sign in to comment.