Skip to content

Commit

Permalink
ops: fix release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Jun 9, 2024
1 parent 32d4f94 commit 74e1665
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 74e1665

Please sign in to comment.