Skip to content

Commit

Permalink
Merge pull request #247 from ing-bank/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
sbrugman committed Aug 25, 2022
2 parents c5ac312 + 1d5e26d commit e2b52f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.28.1
uses: relekang/python-semantic-release
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -38,6 +38,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.ifconfig",
"sphinx_rtd_theme",
"sphinx_autodoc_typehints",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
numpy>=1.18.0
pandas>=0.25.1
scipy>=1.5.2
histogrammar>=1.0.30
histogrammar>=1.0.31
phik
jinja2
tqdm
Expand Down

0 comments on commit e2b52f2

Please sign in to comment.