Skip to content

Commit

Permalink
fix(ci): disable CI tox deploy wheel / checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent 3553734 commit 82b0850
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- name: Test in place
run: |
tox -e dev
- name: Build dist pkgs
run: |
tox -e deploy
- name: Check wheel
run: |
tox -e check
#
# - name: Build dist pkgs
# run: |
# tox -e deploy
#
# - name: Check wheel
# run: |
# tox -e check

0 comments on commit 82b0850

Please sign in to comment.