Skip to content

Commit

Permalink
ci: fix workflow that compiles yara-x-py
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 4, 2023
1 parent dbb2406 commit f8c006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
needs: [linux, windows, macos]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit f8c006f

Please sign in to comment.