Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iomz committed Jun 19, 2023
1 parent 1a48bdd commit 3ec8fcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: build
on:
pull_request:
release:
types: [published]
pull_request: []
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
jobs:
release:
env:
python-version: "3.11"
poetry-version: "1.5.1"
runs-on: ubuntu-latest
permissions:
Expand All @@ -16,6 +17,10 @@ jobs:
url: https://pypi.org/p/dl-myo
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ env.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ env.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
with:
Expand Down

0 comments on commit 3ec8fcb

Please sign in to comment.