Skip to content

Commit

Permalink
pypi releasable
Browse files Browse the repository at this point in the history
  • Loading branch information
thijssnelleman committed Sep 27, 2024
1 parent 61acfad commit 4e745f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ When releasing a new version (including bugfix versions) of Sparkle to the `main
2. Update and commit `CHANGELOG.md` by creating a header with the release number and date; move everything from the `[unreleased]` header to the new release header (leaving the `[unreleased]` header empty for the next release).
3. Update and commit `sparkle/about.py` by changing the version number.
4. If there were updates to the CLI and/or the examples.md, make sure to re-compile their files for the Documentation. Run `md_to_sh.py` in the Documentation directory to compile the example .mds to executable .sh files, and run `command_descriptions.py` to automatically re-create the documentation for the CLI commands and their arguments. Run `mod_descriptions.py` to update the package descriptions. The documentation itself is after release automatically compiled and deployed to github pages.
4. Create the compiled zip for PyPi by running `python setup.py sdist bdist_wheel`. Delete build directory and the wheel file, and commit it.
4. Create the compiled zip for PyPi by running `python setup.py sdist` and commit it.
5. Merge the new version branch into both `development` and `main`, DO NOT delete the version branch!
6. Upload the zip to PyPi with `twine upload $ZIPFILE_PATH`

Expand Down
Binary file added dist/sparkleai-0.8.9.tar.gz
Binary file not shown.

0 comments on commit 4e745f2

Please sign in to comment.