Update contributing.md

This commit is contained in:
Stephane Bruckert 2022-12-10 16:02:03 +00:00
parent 1e840b6526
commit 1377879972
2 changed files with 10 additions and 2 deletions

View File

@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Update contributing.md
### Removed ### Removed
## [2.22.0] - 2022-12-10 ## [2.22.0] - 2022-12-10

View File

@ -52,7 +52,13 @@ To make sure if the import lists are stored correctly:
## Unreleased ## Unreleased
// Add your changes here and then delete this line // Add new changes below
### Added
### Fixed
### Removed
- Commit changes - Commit changes
- Package to pypi: - Package to pypi:
@ -60,7 +66,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 --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*.(whl|gz|zip)~dist/*linux*.whl twine upload dist/*
- 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