Skip to content

Remove setuptools dependency, improve release process, remove travis #4587

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

Conversation

Pierre-Sassoulas
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas commented Jun 17, 2021

Description

This MR replace setuptools_scm by tbump and a small script. This should permit to remove the setuptools hidden dependency and facilitate the release process. Also add a github action to release to pypi directly and permit to drop Travis (!).

Type of Changes

Type
✨ New feature

Related Issue

Based on pylint-dev/astroid#1030

@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.9.0 milestone Jun 17, 2021
@coveralls
Copy link

coveralls commented Jun 17, 2021

Coverage Status

Coverage decreased (-0.002%) to 92.034% when pulling d7b42b8 on Pierre-Sassoulas:remove-setuptools-dependency into 655a9bf on PyCQA:master.

@Pierre-Sassoulas Pierre-Sassoulas force-pushed the remove-setuptools-dependency branch from 92d60d2 to d7b42b8 Compare June 17, 2021 11:18
@Pierre-Sassoulas
Copy link
Member Author

This is working : https://pypi.org/project/pylint/2.9.0.dev1/

@Pierre-Sassoulas Pierre-Sassoulas changed the title Remove setuptools dependencie, improve release process Remove setuptools dependency, improve release process, remove travis Jun 17, 2021
@Pierre-Sassoulas Pierre-Sassoulas merged commit 0f08e2e into pylint-dev:master Jun 17, 2021
@Pierre-Sassoulas Pierre-Sassoulas deleted the remove-setuptools-dependency branch June 17, 2021 11:24
@septatrix
Copy link

In a few years when support for 3.7 is dropped you can probably revert to setuptools_scm and importlib.metadata (in the stdlib since 3.8 - or use the backports)

@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow and removed task labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants