aqtinstall
aqtinstall copied to clipboard
When will 3.1.13 be available on pypi?
I'm using this with github actions, latest available version is 3.1.12 but the bug for qt6.7 is fixed in the 3.1.13.
I need that!
any way to use 3.1.13 in github actions? without being released in pypi? (jurplel/install-qt-action@v3)
I’m not sure when 3.1.13 will be released.
However, this is a really good issue to raise with jurplel/install-qt-action. It should not be difficult for them to add a way to fetch aqtinstall directly from a GitHub repo, since they are using pip to install. See docs: https://pip.pypa.io/en/stable/topics/vcs-support/
Example:
python -m pip install git+https://github.com/miurahr/aqtinstall@master
I’m not sure when 3.1.13 will be released.
However, this is a really good issue to raise with jurplel/install-qt-action. It should not be difficult for them to add a way to fetch aqtinstall directly from a GitHub repo, since they are using pip to install. See docs: https://pip.pypa.io/en/stable/topics/vcs-support/
Example:
python -m pip install git+https://github.com/miurahr/aqtinstall@master
oh, that looks interesting!
I'm going to create an issue there ...
thanks 😊
v3.1.13 is out now.
@miurahr But, latest binaries on github releases are 3.1.12
Released created.