Skip to content

Wrong version when publishing to PyPI #12

@OK-UNDP

Description

@OK-UNDP

When package is published on PyPI by the build pipeline, it is assigned version ${CURRENT_VERSION}-dev${BUILD_ID}.

But in SemVer 0.1.0-rc.3 is a higher version than 0.1.0-rc.3-dev2019100801. This causing more recent builds to be considered an "older" version by PyPI.

Refactor to use next release version for PyPI publishing.

Metadata

Metadata

Assignees

Labels

area:deploymentImprovements or additions to app packaging or deploymentbug:minorIssue affecting small user population or stand-alone use-casesfeature:changeFeature is implemented, but should be refactoredlevel:easySolution is easy to implement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions