Skip to content

Commit

Permalink
Update Zenodo badge on documentation website. Close #323
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 6, 2024
1 parent 3894cc4 commit 8af0c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/*`

0 comments on commit 8af0c69

Please sign in to comment.