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
I have searched the issue tracker and believe that this is not a duplicate.
Steps to reproduce
PDM is in version X and can be upgraded to PDM version Y.
[...]
PDM 2.2.1 is installed, while 2.3.2 is available.
Please run `pdm self update` to upgrade.
Run `pdm config check_update false` to disable the check.
pdm sync 11,61s user 1,43s system 126% cpu 10,329 total```
* run `pdm self update`
## Actual behavior
* It still outputs that it's in the wrong version.
```pdm self update
Installing version 2.3.2 succeeds.
PDM 2.2.1 is installed, while 2.3.2 is available.
Please run `pdm self update` to upgrade.
Run `pdm config check_update false` to disable the check.
Expected behavior
It should not output this information, as it let user think that the upgrade failed.
Steps to reproduce
Expected behavior
Environment Information
I have the feeling that the version number is not updated in the client and this log should not be displayed when running the
self update
command.The text was updated successfully, but these errors were encountered: