Skip to content

Commit

Permalink
Try to fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Apr 1, 2024
1 parent 2d351f8 commit cdd59b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:

jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.10"
- 3.12

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cdd59b2

Please sign in to comment.