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

Make the release action upload to real PyPI #70

Merged
merged 13 commits into from
Dec 1, 2021
Merged

Conversation

DMRobertson
Copy link
Contributor

setup.py Outdated
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "1.1.1-test"
__version__ = "1.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we follow semantic versioning like we do in other projects? In which case the version should be 1.1.0.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless you're just testing stuff and I should just wait till it's up for review (github doesn't say a PR is a draft when sending a notification so I missed that status 😢 )

Copy link
Contributor Author

@DMRobertson DMRobertson Nov 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1 already exists; it was chosen by the previous maintainer. I don't know if PyPI, pip etc consider 1.1 and 1.1.0 equivalent.

This change is intended to revert to the status quo after my testing on test.pypi.org. I'll can leave a comment encouraging a bump to 1.1.1 for the next version?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, and a comment sgtm

@DMRobertson DMRobertson marked this pull request as ready for review November 25, 2021 11:17
@DMRobertson DMRobertson requested a review from a team as a code owner November 25, 2021 11:17
This was linked to issues Nov 25, 2021
@DMRobertson
Copy link
Contributor Author

@squahtx, I'd be interested in your thoughts here in the light of #65!

Copy link
Contributor

@babolivier babolivier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm otherwise

.github/workflows/ci.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
David Robertson and others added 3 commits November 25, 2021 14:30
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create and document the release process PyPI/PyPA package?
3 participants