We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a28a20 commit 24ca3e4Copy full SHA for 24ca3e4
CHANGES
@@ -4,6 +4,20 @@
4
5
- _Insert changes/features/fixes for next release here_
6
7
+#### Packaging
8
+
9
+- `poetry build` used to package in place of `python setup.py build` (#729)
10
11
+ Package maintainers: If you run into any issues at
12
+ [#625](https://github.com/tmux-python/tmuxp/issues/625).
13
14
+ Additionally, `libtmux` has been pinned to a similar release at
15
+ [0.10.3](https://pypi.org/project/libtmux/0.10.3/) which has used the new
16
+ build process.
17
+- `poetry publish` instead of `twine upload dist/*` (#729)
18
19
+ Similar to the above, reach out to the #625 issue if you bump into problems.
20
21
#### What's new
22
23
- `tmuxp edit` for configuration changes (#707, @GlebPoljakov)
0 commit comments