This commit is contained in:
Stephane Bruckert 2021-02-28 10:16:21 +01:00
parent ef2ed1a9c5
commit e35f6ec5ad
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@ To make sure if the import lists are stored correctly:
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel
twine check dist/* 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 - 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 for the version and a short name that describes the main addition

View File

@ -9,7 +9,6 @@ from spotipy import (
SpotifyPKCE SpotifyPKCE
) )
import unittest import unittest
import requests
from tests import helpers from tests import helpers