From 0cffb4956dbe7a763e4fc0fa51588e71b6bd2271 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 15 Mar 2023 10:33:23 -0400 Subject: [PATCH 1/2] update contributing --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 694f5aec..61b943ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,8 +78,8 @@ Releases are accomplished through GitHub Actions. To initiate a release, create a manual tag use the following steps. The `..` values **MUST** follow semantic versioning. - git tag v.. - git push origin v.. + git tag .. + git push origin .. Once pushed, a GitHub Action will be trigged. This action with publish the release to [PyPi](https://pypi.org/project/rsconnect-jupyter/) using the specified version. From f3c831ad760f3d2153962ec5d8313aaa4cb97165 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 15 Mar 2023 10:34:28 -0400 Subject: [PATCH 2/2] update dependencies --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 987c251a..f75d9174 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ Pygments>=2.7.4 jinja2>=2.11.3 bleach>=3.3.0 cryptography>=3.2 -rsconnect-python>=1.15.0b1 +rsconnect-python>=1.15.0 diff --git a/setup.cfg b/setup.cfg index 7a11e16d..9731d1bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ project_urls = [options] install_requires = - rsconnect-python>=1.15.0b1 + rsconnect-python>=1.15.0 notebook>=6.1.5,<7.0.0 nbformat nbconvert>=5.6.1