amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Add VS Code task to publish releases #26

Closed amruthvvkp closed 2 years ago

amruthvvkp commented 2 years ago

Somehow GitHub's actions upon a release are generating dist files with lunix_86_x_64 tagged on the name which is rejected by PyPI. As a quick fix, we can build the wheel on our windows development environment and publish it right from the IDE.