Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish alpha release for pyPI #32

Closed
LeonardHd opened this issue Nov 17, 2023 · 0 comments · Fixed by #30
Closed

Publish alpha release for pyPI #32

LeonardHd opened this issue Nov 17, 2023 · 0 comments · Fixed by #30
Assignees

Comments

@LeonardHd
Copy link
Collaborator

LeonardHd commented Nov 17, 2023

We want to publish the pyPI package indicating it is a alpha release for now.

The Version specifiers based on (PEP 440) see Python Packaging User Guide requires us to use a releases that MUST be numbered in a consistently increasing fashion, otherwise automated tools will not be able to upgrade them correctly.

As such we would like to publish for now in a X.YaN which indicates an alpha release and keep options open to adopt semantic versioning, etc. later one.

The easiest and a consistent approach is to use 0.0.0.a${{ github.run_number}} for now, and evolve from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants