Skip to content

Commit de733d7

Browse files
committed
STYLE: rename wheel from WindowWheel3.* to WindowsWheel3.*
1 parent 204da83 commit de733d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Publish Python package as GitHub Artifact
250250
uses: actions/upload-artifact@v1
251251
with:
252-
name: WindowWheel3.${{ "{{" }} matrix.python-version-minor {{ "}}" }}
252+
name: WindowsWheel3.${{ "{{" }} matrix.python-version-minor {{ "}}" }}
253253
path: ../../im/dist
254254

255255
publish-python-packages-to-pypi:

0 commit comments

Comments
 (0)