Update installation methods in README.rst and in docs/quickstart.rst#681
Update installation methods in README.rst and in docs/quickstart.rst#681tony merged 1 commit intotmux-python:masterfrom
Conversation
|
@jvcarli Also shouted this out in our CHANGES file :) |
|
Now that tmuxp 1.8.0 is out we probably should update homebrew for that :) I made a post release on pypi to make sure its in the README and changelog. |
|
I tried to update the formula and it was surprisingly easy. The process:
However, I hadn't done 2 yet because I wanted to test the formula update locally. The package builds as expected, but the assert test fails because it tries to match The other tests were successful. This is almost nitpicking but it will make the tests fail in Homebrew CI and the formula update won't be accepted. How do you want to deal with this @tony? I don't think this test is necessarily bad, although is not specially useful for checking if tmuxp works correctly when installed with Homebrew, so I could remove it from the formula or you could update |
|
I will publish 1.8.1 for now. Standby |
See also: #681 issue with homebrew
|
@tony Everything's working! |
|
I had some issues with git trying to bump the formula automatically using |
|
@jvcarli Sounds like a plan! |
Update the relevant files with Homebrew installation method now that tmuxp is in Homebrew/homebrew-core@aff29be.