Thanks to visit codestin.com
Credit goes to github.com

Skip to content

non-pre calver releases of builtins #277

@masklinn

Description

@masklinn

The plan here would be:

  • keep the current monthly cron, but instead of generating a version based on -core tags use the release date (year.month)
    • no need to increment the epoch since calver naturally sorts later than semver
  • add the source uap-core commit to either the package's __init__ or a packaged data file (data / resources?)
  • after checking out -core but before building the wheel
    • retrieve the latest version off of pypi (how?)
    • read out the resource file where the commit-id is located
    • compare to the current head of -core
    • if identical, bail out of releasing
  • otherwise generated the code
  • add the commit-id to the generated content
  • and build and upload the wheel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions