We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af1c8 commit da3b3b0Copy full SHA for da3b3b0
.github/workflows/release.yml
@@ -2,9 +2,6 @@ name: Build and upload to PyPI
2
3
on:
4
push:
5
- branches:
6
- - master
7
- - numpy2
8
release:
9
types:
10
- published
@@ -117,6 +114,12 @@ jobs:
117
114
cp -r {project}/data tmp_test_dir/data
118
115
cd tmp_test_dir
119
116
pytest
+ CIBW_TEST_COMMAND_WINDOWS: |
+ mkdir tmp_test_dir
+ xcopy /E /I /Y stochastic_arrow\test tmp_test_dir\test
120
+ xcopy /E /I /Y stochastic_arrow\data tmp_test_dir\data
121
+ cd tmp_test_dir
122
+ pytest
123
CIBW_ENVIRONMENT: USE_CYTHON=1
124
uses: pypa/[email protected]
125
0 commit comments