Skip to content

Commit bbc5447

Browse files
committed
debug7
1 parent b116bd6 commit bbc5447

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ jobs:
8989
run: |
9090
.\build_windows.cmd
9191
92+
- name: Archive build artifacts
93+
# more details https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
94+
uses: actions/upload-artifact@v4
95+
with:
96+
name: dist-linux-py${{ matrix.python-version }}
97+
path: |
98+
dist
99+
retention-days: 1
92100
- name: Upgrade pip
93101
run: |
94102
pip install --upgrade --user pip

build_windows.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdir build_dir
22
cd build_dir
3-
cmake -S .. -B . -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
3+
cmake -S .. -B . -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
44
cmake --build . --parallel --config Release
55

66
move "src\bindings\PyDP\Release\_pydp.*-win_amd64.pyd" "..\src\pydp\"

0 commit comments

Comments
 (0)