Skip to content

Commit

Permalink
WIP: workin on ci - canoot be tested with act locally since win x27
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Sep 19, 2024
1 parent 5bd5cf5 commit 91e3185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
################################################################################
## Building
################################################################################
## FIXME: uncomment when ready for deploy
# sync-version:
# runs-on: windows-latest

Expand Down Expand Up @@ -160,7 +161,6 @@ jobs:
needs: build-yak-package
runs-on: windows-latest


steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -188,6 +188,7 @@ jobs:
working-directory: build/yak
env:
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
# FIXME: to uncomment when ready for deploy
# - name: Publish to Yak server
# run: |
# $YAK_FILE=$(ls *.yak)
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pypi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: cmake --build build --config Release

#FIXME: here we are probably missing to copy the dlls and pyds before building the wheel
# TODO: debuggin
- name: checking if dlls and pyd are in the right place
run: |
ls ${{github.workspace}}/src/gh/diffCheck/
ls ${{github.workspace}}/src/gh/diffCheck/dlls
- name: Build wheel
run: |
Expand Down

0 comments on commit 91e3185

Please sign in to comment.