diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 68ef06f..2f9ed6b 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -72,7 +72,7 @@ jobs: - id: pipenv-install name: Install Python dependencies - run: pipenv install --python `which python` --skip-lock twine + run: pipenv install --python `which python` --skip-lock twine setuptools-scm shell: bash - id: build diff --git a/.gitignore b/.gitignore index c6123fe..39aae83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.eggs + _notebooks/.ipynb_checkpoints # Byte-compiled / optimized / DLL files __pycache__/