messense
messense
Please consider moving to GitHub Actions. We now have [maturin-action](https://github.com/messense/maturin-action) supports building wheels for windows(x86_64/i686), macOS (x86_64/aarch64/univeral2) and linux(x86_64/i686/aarch64/armv7l/ppc64le/s390x). Example: https://github.com/messense/crfs-rs/blob/f396f37c7af88a8c082d4892061c78137ccb16b9/.github/workflows/Python.yml
Tried and failed in https://github.com/messense/maturin-action/pull/43
See https://github.com/messense/maturin-action/issues/11#issuecomment-926621021
BTW, GitHub Actions have [native support for `working-directory`](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepsrun) but I haven't tested it with this action yet. > Using the `working-directory` keyword, you can specify the working directory of where...
Blocked on upstream issue: https://github.com/actions/runner/issues/467#issuecomment-624777265
I don't have a private repository for me to reproduce this so I'm unable to help, you are welcome to send a PR to fix it.
You can try mount `.git-credentials` into docker container. PR welcome.
Sorry for the late reply, it's missing because nobody needed it before. Feel free to open a PR to add a new API for it.
自己调 `Message.set_property`? https://github.com/messense/rocketmq-python/blob/0b7066c4f12db264f0c6858af17ad65ca565b26c/rocketmq/client.py#L62
cc @duhenglucky