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 35af59e commit b3b46ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
name: "python-package-distributions"
path: "dist/"
test:
test-pypi:
environment:
name: "test.pypi.org"
url: "https://test.pypi.org/project/beignet"
Expand All @@ -41,13 +41,14 @@ jobs:
with:
repository-url: "https://test.pypi.org/legacy/"
skip-existing: true
publish:
pypi:
environment:
name: "pypi.org"
url: "https://pypi.org/project/beignet"
if: "startsWith(github.ref, 'refs/tags/')"
needs:
- "build"
- "test-pypi"
permissions:
id-token: "write"
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit b3b46ab

Please sign in to comment.