mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Fix lint
This commit is contained in:
parent
ef2ed1a9c5
commit
e35f6ec5ad
@ -52,7 +52,7 @@ To make sure if the import lists are stored correctly:
|
||||
python setup.py sdist bdist_wheel
|
||||
python3 setup.py sdist bdist_wheel
|
||||
twine check dist/*
|
||||
twine upload --skip-existing dist/*.whl dist/*.gz dist/*.zip
|
||||
twine upload --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*.(whl|gz|zip)~dist/*linux*.whl
|
||||
|
||||
- Create github release https://github.com/plamere/spotipy/releases with the changelog content
|
||||
for the version and a short name that describes the main addition
|
||||
|
||||
@ -9,7 +9,6 @@ from spotipy import (
|
||||
SpotifyPKCE
|
||||
)
|
||||
import unittest
|
||||
import requests
|
||||
from tests import helpers
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user