Skip to content

Commit

Permalink
Merge pull request #348 from Breakthrough-Energy/develop
Browse files Browse the repository at this point in the history
Merge develop into master for v0.5.2 release
  • Loading branch information
rouille authored Aug 18, 2022
2 parents 4359c65 + 0409f1f commit 3568f49
Show file tree
Hide file tree
Showing 50 changed files with 1,931 additions and 954 deletions.
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/data-intake.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/pull_request_template.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Build and publish docker image
uses: Breakthrough-Energy/actions/workflow-trigger@main
with:
repo: plug
workflow_id: 12413223
token: ${{ secrets.CI_TOKEN_CLONE_REPO }}
inputs: '{"imageTags": "stable"}'
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
bokeh = "==2.0.2"
bokeh = "~=2.0"
matplotlib = "~=3.3"
numpy = "~=1.20"
pandas = "~=1.4.0"
powersimdata = "~=0.5.0"
powersimdata = "~=0.5.4"
pyproj = "~=3.0"

[dev-packages]
Expand Down
Loading

0 comments on commit 3568f49

Please sign in to comment.