diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fa2acf8..b734b3ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/tests/integration/test_user_endpoints.py b/tests/integration/test_user_endpoints.py index e5bd9d4b..a6c8921d 100644 --- a/tests/integration/test_user_endpoints.py +++ b/tests/integration/test_user_endpoints.py @@ -9,7 +9,6 @@ SpotifyPKCE ) import unittest -import requests from tests import helpers