[x] download the dist archive and unpack somewhere
[x] create a new release through the GitHub UI
[x] paste in the relevant CHANGELOG.md entries
[x] upload the artifacts
[x] upload distribution to package repositories
#!/usr/bin/env bash
set -eux
ls jupyterlab_deck.*.tar.gz jupyterlab_deck.*.whl deathbeds-jupyterlab-deck*.tgz
twine upload jupyterlab_deck.*.tar.gz jupyterlab_deck.*.whl
npm login
for tarball in deathbeds-jupyterlab-deck*.tgz; do
npm publish $tarball
done
npm logout
CHANGELOG.md
is up-to-datedev
dist
archive and unpack somewhereCHANGELOG.md
entriesconda-forge
feedstock tasksCACHE_EPOCH
rm yarn.lock
doit lint || doit lint
.github/ISSUE_TEMPLATE/release.md