Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["pywwt", "npm"]
version = "1.1.1"
age = 4

[[projects]]
qnames = ["pywwt", "pypa"]
version = "0.11.3"
age = 0

+++
  • Loading branch information
cranko committed Jun 9, 2021
2 parents 3375571 + d65ba01 commit 4ab3129
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 14 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

build:
image: latest
apt_packages:
- libpci-dev

# As of June 2021, We need to set up a conda environment to install
# a sufficiently new Node.js: https://github.com/readthedocs/readthedocs.org/issues/8249

conda:
environment: .readthedocs_env.yml

python:
version: 3.8
install:
- method: pip
path: .

sphinx:
configuration: docs/conf.py
33 changes: 33 additions & 0 deletions .readthedocs_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: pywwt_rtd
channels:
- conda-forge

dependencies:
- astropy
- commonmark
- ipyevents
- ipython
- ipywidgets
- jupyterlab
- jupyterlab_widgets
- krb5
- lxml
- matplotlib
- nodejs
- notebook
- numpydoc
- pip
- pyopengl
- pyqt
- pyqtwebengine
- python=3.8
- qt
- qtpy
- recommonmark
- reproject
- scipy
- setuptools
- sphinx
- sphinx-automodapi
- sphinx_rtd_theme
- widgetsnbextension
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# pypa:pywwt 0.11.3 (2021-06-09)

- Another attempt to get ReadTheDocs to update the "stable" version of the
documentation. We need to automate updating of the `stable` Git branch.


# pypa:pywwt 0.11.2 (2021-06-09)

- Tidy up and modernize the installation instructions. Our ReadTheDocs defaults
Expand Down
12 changes: 9 additions & 3 deletions ci/azure-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ jobs:
setupCranko: true
setupGit: true
- bash: |
set -xeou pipefail
set -xeuo pipefail
cranko release-workflow tag
git push --tags origin release:release
if cranko show if-released --exit-code pypa:pywwt ; then
# Special "stable" branch that ReadTheDocs watches. It doesn't seem
# possible to customize the name.
git push origin release:stable
fi
displayName: Tag and push
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)
Expand All @@ -50,7 +56,7 @@ jobs:
setupCranko: true
setupGit: true
- bash: |
set -xeou pipefail
set -xeuo pipefail
cranko github create-releases
displayName: Create GitHub releases
env:
Expand Down Expand Up @@ -99,7 +105,7 @@ jobs:
- bash: cd frontend && npm run build
displayName: NPM build
- bash: |
set -xeou pipefail
set -xeuo pipefail
cranko npm foreach-released npm publish
displayName: Publish to NPM
- bash: shred ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion pywwt/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 11, 2, 'final', 0) # cranko project-version tuple
version_info = (0, 11, 3, 'final', 0) # cranko project-version tuple

_specifier_ = {'alpha': '.a', 'beta': '.b', 'candidate': '.rc', 'final': '', 'dev': '.dev'}

Expand Down
10 changes: 0 additions & 10 deletions readthedocs.yml

This file was deleted.

0 comments on commit 4ab3129

Please sign in to comment.