OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
500 stars 138 forks source link

Fix Windows PyPi build GitHub Action #356

Closed grilhami closed 3 years ago

grilhami commented 3 years ago

Description

Fix setting up msbuild for Github Action release trigger by changing setup-msbuild version to 1.0.2; this was mentioned in issue #347.

Affected Dependencies

-

How has this been tested?

I've tested this by publishing a release in my forked version of PyDP. In the logs mentioned in the issue, msbuild failed to build in GitHub Action. In my version of my forked version of the release, GitHub Action was able to set up the msbuild.

Checklist