You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class="title-ref">DISCOURSE_API_KEY</span> and <span
57
-
class="title-ref">GITHUB_RELEASES_TOKEN</span>.
58
-
59
-
First update the change log. The autogenerated change log is simply a
60
-
list of commit messages since the last version. Make sure to edit the
61
-
log for brevity and to attribute significant features to appropriate
62
-
developers:
29
+
First update the change log. The autogenerated change log is simply a list of commit messages since the last version. Make sure to edit the log for brevity and to attribute significant features to appropriate developers:
63
30
64
31
```sh
65
32
invoke update-changelog
66
33
```
67
34
68
-
Then, do the release with the following sequence of commands (you can
69
-
put them in a bash script in your PATH somewhere):
35
+
Then, do the release with the following sequence of commands (you can put them in a bash script in your PATH somewhere):
70
36
71
37
```sh
72
38
invoke release --notest --nodoc
73
39
invoke update-doc
74
40
python setup.py develop
75
41
```
76
42
77
-
Double check that the releases are properly done on Pypi. If you are
78
-
releasing on a Mac, you should see a pymatgen.version.tar.gz and two
79
-
wheels (Py37 and P). There will be a py37 wheel for Windows that is
80
-
generated by Appveyor.
43
+
Double check that the releases are properly done on Pypi. If you are releasing on a Mac, you should see a pymatgen.version.tar.gz and two wheels (Py37 and P). There will be a py37 wheel for Windows that is generated by Appveyor.
This repo contains the `conda` skeletons to build the `conda` versions for
87
-
various matsci codes on the Anaconda [matsci
88
-
channel](https://anaconda.org/matsci).
47
+
Fork and clone the [materials.sh](https://github.com/materialsvirtuallab/materials.sh). This repo contains the `conda` skeletons to build the `conda` versions for various matsci codes on the Anaconda [matsci channel](https://anaconda.org/matsci).
89
48
90
-
The first time this is run, you may need to <spanclass="title-ref">pip
91
-
install beautifulsoup4</span>.
49
+
The first time this is run, you may need to `pip install beautifulsoup4`.
92
50
93
51
If you doing this for the first time, make sure conda-build and
94
52
anaconda-client are installed:
@@ -114,16 +72,3 @@ versions.
114
72
115
73
Check that the [matsci channel](https://anaconda.org/matsci) versions
0 commit comments