Skip to content

Commit

Permalink
ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 4, 2024
1 parent b3b46ab commit af3989d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
url: "https://pypi.org/project/beignet"
if: "startsWith(github.ref, 'refs/tags/')"
needs:
- "build"
- "test-pypi"
permissions:
id-token: "write"
Expand All @@ -60,7 +59,7 @@ jobs:
- uses: "pypa/gh-action-pypi-publish@release/v1"
release:
needs:
- "publish"
- "pypi"
permissions:
contents: "write"
id-token: "write"
Expand Down

0 comments on commit af3989d

Please sign in to comment.