Skip to content

Commit

Permalink
feat: hit pypi quota limit, only run stable right now
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Breuer <[email protected]>
  • Loading branch information
breuerfelix committed Nov 15, 2024
1 parent ab8d067 commit a3f6372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
channel: ["Stable", "Beta", "Dev", "Canary"]
# channel: ["Stable", "Beta", "Dev", "Canary"]
# only run stable channel until pypi storage problem is fixed
channel: ["Stable"]
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit a3f6372

Please sign in to comment.