Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Zenodo badge on documentation website. Close #323 #324

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Code coverage](https://img.shields.io/codecov/c/github/iver56/audiomentations/main.svg)](https://codecov.io/gh/iver56/audiomentations)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)
[![Licence: MIT](https://img.shields.io/pypi/l/audiomentations)](https://github.com/iver56/audiomentations/blob/main/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7010042.svg)](https://doi.org/10.5281/zenodo.7010042)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10202830.svg)](https://doi.org/10.5281/zenodo.10202830)

A Python library for audio data augmentation. Inspired by
[albumentations](https://github.com/albu/albumentations). Useful for deep learning. Runs on
Expand Down
2 changes: 1 addition & 1 deletion packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
* Add and push a git tag to the release commit
* Add a release here: https://github.com/iver56/audiomentations/releases/new
* Update the Zenodo badge in README.md. Commit and push.
* Update the Zenodo badge in README.md and docs/index.md. Commit and push.
* Remove any old files inside the dist folder
* `python setup.py sdist bdist_wheel`
* `python -m twine upload dist/*`