Skip to content

Commit

Permalink
rewrite deploy with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 19, 2024
1 parent 7e6bdc9 commit 0486ab1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 64 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

name: Upload Python Package

on:
release:
types: [published]

# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
# release:
# types: [published]

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
# deploy_with_windows:
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/test_qlib_from_pip.yml

This file was deleted.

0 comments on commit 0486ab1

Please sign in to comment.