Skip to content

Commit ee19adc

Browse files
authored
Update windows-package.yml
1 parent 7af318d commit ee19adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
TWINE_USERNAME: __token__
4848
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
4949
run: |
50+
export COMPILER_PATH=/c/Miniconda/envs/test/Library/mingw-w64/bin/
5051
python setup.py bdist_wheel
5152
python -m pip install twine
5253
twine upload dist/*

0 commit comments

Comments
 (0)