miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
913 stars 84 forks source link

When will 3.1.13 be available on pypi? #778

Open MohammadMD1383 opened 5 months ago

MohammadMD1383 commented 5 months ago

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)

ddalcino commented 5 months ago

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
MohammadMD1383 commented 5 months ago

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 😊

miurahr commented 5 months ago

v3.1.13 is out now.

AAS commented 5 months ago

@miurahr But, latest binaries on github releases are 3.1.12

miurahr commented 5 months ago

Released created.