Skip to content

Commit 2a30331

Browse files
reenable 3.8, fix wheelhouse paths
1 parent fa150eb commit 2a30331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
numpy-version: 1.25
2121
- numpy-version: 2.0
2222
include:
23-
# - python-version-minor: 8
24-
# numpy-version: 1.23.5
23+
- python-version-minor: 8
24+
numpy-version: 1.23.5
2525
- numpy-version: 2.0
2626
python-version-minor: 9
2727
steps:
@@ -123,6 +123,6 @@ jobs:
123123
uses: softprops/action-gh-release@v1
124124
with:
125125
name: windows-latest
126-
files: ./dist/pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl
126+
files: ./wheelhouse/pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl
127127
tag_name: windows-latest
128128
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)