dpctl icon indicating copy to clipboard operation
dpctl copied to clipboard

PyPI does not have the latest stable dpctl version

Open diptorupd opened this issue 3 years ago • 1 comments

PyPI has a 0.11.3 version of dpctl. The current stable version is 0.13 and development is going on towards the next stable 0.14 version.

The PyPI version has to be updated so that users installing dpctl using pip get the latest stable version. Otherwise it is leading to bad user experience (see #808, #935).

diptorupd avatar Oct 17 '22 17:10 diptorupd

Maybe you could use github actions to set up an automated build & push to pypi when new tags are issued ? The runners available with github workflow look strong enough to run a building environment.

fcharras avatar Oct 20 '22 09:10 fcharras