We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa150eb commit 2a30331Copy full SHA for 2a30331
.github/workflows/build.yml
@@ -20,8 +20,8 @@ jobs:
20
numpy-version: 1.25
21
- numpy-version: 2.0
22
include:
23
- # - python-version-minor: 8
24
- # numpy-version: 1.23.5
+ - python-version-minor: 8
+ numpy-version: 1.23.5
25
26
python-version-minor: 9
27
steps:
@@ -123,6 +123,6 @@ jobs:
123
uses: softprops/action-gh-release@v1
124
with:
125
name: windows-latest
126
- files: ./dist/pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl
+ files: ./wheelhouse/pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl
127
tag_name: windows-latest
128
fail_on_unmatched_files: true
0 commit comments