Skip to content

Commit

Permalink
Fix Windows PyPi build GitHub Action (#356)
Browse files Browse the repository at this point in the history
* change setup msbuild to version 1.0.2

* Test remove python 3.5 in Windows workflow

* Add back python 3.5 for Windows build
  • Loading branch information
gilangrilhami authored May 6, 2021
1 parent 57b6ffe commit a8854a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools wheel twine auditwheel
- name: Setup msbuild
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
- name: Setup Bazel
uses: abhinavsingh/setup-bazel@v3
- name: Build PyDP
Expand Down

0 comments on commit a8854a8

Please sign in to comment.