You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After re-reading all the scripts, I think we may need to re-design them. My expected workflow is as follows and this workflow should work with continuous build, prerelease and release:
Check the code (style, quality, etc.).
Build and test:
Build and test the Python package.
Build and test the standalone exe on Windows.
If everything goes well, create a release, upload the standalone exe to this release, and upload the Python package to PyPI or Test PyPI (I think uploading the ".wheel" file to the release also makes some sense).
To implement the above workflow, we may need to use workflow_run in our scripts.
Please set the milestone of this issue to "future"; we need the version 2.0.0.
The text was updated successfully, but these errors were encountered:
I found that our CI scripts (test-install-qt.yml and upload-release-artifacts.yml) will not create a continuous release when a push event occurs. The continuous release is only triggered when another release is created.
After re-reading all the scripts, I think we may need to re-design them. My expected workflow is as follows and this workflow should work with continuous build, prerelease and release:
To implement the above workflow, we may need to use
workflow_run
in our scripts.Please set the milestone of this issue to "future"; we need the version 2.0.0.
The text was updated successfully, but these errors were encountered: