Replies: 1 comment 1 reply
-
okay, I found that I can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have a project with different hardwares, so I need to compile for both in one version. To seperate them, I'd like to name version as "0.1.0.a" and "0.1.0.b", but when I tried
pdm sync
, I found I failed with errorpdm.backend._vendor.packaging.version.InvalidVersion: Invalid version: '0.1.0.a+editable'
I have seen other project with version number with letters, e.g. pytz 2023.3.post1, so I thought pdm could support it, but it seems not. So I'd like to know which naming standard pdm follows, and are there any suggestions to deal with this situation?
Beta Was this translation helpful? Give feedback.
All reactions