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
* Updated travis config to include mac os testing
* Updated travis config to include mac os testing
* Updated travis config to include mac os testing
* fixes travisci syntax
* fixed travis syntax
* fixed travis syntax
* fixed travis syntax
* added travis files
* added travis files
* added travis files
* Fixed wrong os name in if statement
* added more if statements
* switched to basic tex
* Added py3.10 back on linux
* Updated release document and clean up
* Added intel mac as test
* Added processor check to mac testings
* Added processor check to mac testings
Copy file name to clipboardExpand all lines: release.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ This is the internal checklist, so that @janschulz doesn't have to do another br
6
6
- run the tests (on windows): `python tests.py` -> everything ok?
7
7
- increment the version in `pypandoc/__init__.py` and `pyproject.toml`, commit with `git commit -m "pypandoc vx.x.x"`
8
8
- tag the version: `git tag -a vx.x.x`, write a nice version message summarizing new features
9
-
- push directly to the repo (registered as `orig_write` in my setup): `git push orig_write HEAD:master --tags`
10
-
- build the sdist file: `python setup.py sdist`
11
-
- upload to PyPI: `twine upload dist/pypandoc-<version>.zip`
9
+
- push directly to the repo: `git push; git push --tags`
10
+
- build the sdist and wheel files: `python setup.py sdist bdist_wheel`
11
+
- upload to PyPI: `twine upload dist/*`
12
12
- go to the [package builder repo](https://github.com/JanSchulz/package-builder) and increment the version information in `recipes\pypandoc\meta.yml`
13
13
- commit with `git commit -m "Build pypandoc vx.x.x"`
14
14
-`git push` -> builds arrive at [PyPI](https://pypi.python.org/pypi?:action=display&name=pypandoc) and [anaconda](https://anaconda.org/janschulz/pypandoc/files)
0 commit comments