Skip to content

Commit b4cecd3

Browse files
Merge pull request #1035 from IntelPython/upload-win-py310
Upload tar-balls to dev-channel for Windows and Python 3.10 too
2 parents 6364c08 + 557c318 commit b4cecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
runs-on: windows-latest
340340
strategy:
341341
matrix:
342-
python: ['3.8', '3.9']
342+
python: ['3.8', '3.9', '3.10']
343343
steps:
344344
- name: Download artifact
345345
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)