Skip to content

Commit 0051735

Browse files
authored
Merge pull request #976 from ricequant/update_release
revise pypi-publish version and fix reStructuredText error
1 parent c09ef6c commit 0051735

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
--outdir dist/
3030
- name: Publish distribution 📦 to PyPI
3131
if: startsWith(github.ref, 'refs/tags/release/')
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.PYPI_API_TOKEN }}

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Mod名 说明
103103

104104

105105
关于 4.x 版本数据 bundle 变更的说明
106-
================================
106+
==========================================
107107

108108
RQAlpha 于近期更新了 4.0.0 版本,4.0.0 添加了大量功能改进和体验改善。
109109

110110
其中一点需要您额外注意:我们在 4.0.0 版本中重构了数据 bundle 的格式,原 3.x 版本的 bundle 已停止更新,您需要更新 RQAlpha 至 4.x 以使用优化过的 bundle。
111111
另外,为了平衡您的使用体验与我们的维护成本,4.x 版本提供下载的 bundle 改为月度更新,但您仍可以使用 `RQData`_ 在本地 **随时** 使用最新数据更新 bundle,
112-
具体操作可查看 `RQAlpha 文档 <https://rqalpha.readthedocs.io/zh_CN/latest/intro/install.html#intro-install-get-data>`_ 。
112+
具体操作可查看 `RQAlpha 获取回测数据文档 <https://rqalpha.readthedocs.io/zh_CN/latest/intro/install.html#intro-install-get-data>`_ 。
113113

114114

115115
RQData数据本地化服务

0 commit comments

Comments
 (0)