Skip to content

Commit

Permalink
ci/cd: just syntax things
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif authored Sep 20, 2024
1 parent b867063 commit 3548b54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish python package
name: "Build and publish python package"

on:
release:
Expand All @@ -10,13 +10,13 @@ permissions:
contents: write

jobs:
publish_workflow:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit 3548b54

Please sign in to comment.