Skip to content

Commit

Permalink
Temporarily disable PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 22, 2024
1 parent 94c8270 commit 909ad77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy Crates

on:
push:
# TODO: remove branches
# branches: ["*"]
tags:
- "*"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy Maturin wheels

on:
push:
# TODO: remove branches
branches: ["*"]
tags:
- "*"
workflow_dispatch:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy

on:
push:
tags:
- "*"
# on:
# push:
# tags:
# - "*"

jobs:
publish:
Expand Down

0 comments on commit 909ad77

Please sign in to comment.