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

Add a release job to publish on pypi on github tag creation #5

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

Pierre-Sassoulas
Copy link
Member

Similar to what is done in pylint (we could test that with alphas first, when releasing the last version only compatible with pylint 2).

@Pierre-Sassoulas Pierre-Sassoulas added the enhancement New feature or request label Oct 14, 2023
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (6be0547) 86.50% compared to head (56fa1d1) 86.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   86.50%   86.50%           
=======================================
  Files          33       33           
  Lines         400      400           
  Branches       81       81           
=======================================
  Hits          346      346           
  Misses         50       50           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@stdedos stdedos left a comment

Choose a reason for hiding this comment

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

PYPI_API_TOKEN is created. LGTM.

@stdedos
Copy link
Collaborator

stdedos commented Oct 14, 2023

Does that create manylinux wheels for all Pythons?

... or do we need my humongous matrix:?

@stdedos stdedos merged commit ab07d5e into master Oct 14, 2023
42 of 43 checks passed
@stdedos stdedos deleted the release-job branch October 14, 2023 11:24
@Pierre-Sassoulas
Copy link
Member Author

It create a wheel for all versions, see https://pypi.org/project/pylint/#files. Not sure if it's the best possible but it works well enough (let me know if there's way to make it better though)

@stdedos stdedos added the CI label Oct 15, 2023
@stdedos stdedos added this to the Release 1.1.x milestone Oct 15, 2023
@stdedos
Copy link
Collaborator

stdedos commented Oct 15, 2023

No, pylint looks perfect. py3-none-any.whl

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants