Skip to content

Commit

Permalink
Merge pull request #322 from rstudio/bcwu-fix-ci-versioning
Browse files Browse the repository at this point in the history
fix ci tag versioning
  • Loading branch information
bcwu authored Mar 18, 2022
2 parents 07daae8 + b5e4316 commit ca25985
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: pipenv clean
- run: pipenv install --skip-lock --dev
- run: pipenv run pip install -U 'SecretStorage>=3'
- run: git reset --hard HEAD
- run: make dist
id: create_dist
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ traitlets = ">=5.1.1"
[packages]
nbconvert = ">=5.0"
nbformat = "*"
notebook = ">=6.1.5"
notebook = ">=6.1.5, <7.0.0"
rsconnect-python = ">=1.7.1"
six = "*"
# Dependabot fixes
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ target-version = ["py35"]

[tool.setuptools_scm]
write_to = "rsconnect_jupyter/version.py"
local_scheme = "no-local-version"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project_urls =
[options]
install_requires =
rsconnect-python>=1.7.1
notebook
notebook>=6.1.5,<7.0.0
nbformat
nbconvert>=5.6.1
six
Expand Down

0 comments on commit ca25985

Please sign in to comment.