-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump pollination-honeybee-energy from 0.7.10 to 0.7.12
- Loading branch information
1 parent
0fd1306
commit 807433c
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: '3.10' | ||
- name: set up node # we need node for for semantic release | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -50,13 +50,13 @@ jobs: | |
- name: set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: '3.10' | ||
- name: install python dependencies | ||
run: pip install . | ||
- name: deploy to staging | ||
run: | | ||
queenbee | ||
pollination dsl push pollination-custom-energy-sim --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.cloud -src https://api.staging.pollination.cloud/registries --push-dependencies | ||
pollination dsl push pollination-custom-energy-sim --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.solutions -src https://api.staging.pollination.solutions/registries --push-dependencies | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_STAGING_LADYBUGBOT_TOKEN }} | ||
|
@@ -70,15 +70,15 @@ jobs: | |
- name: set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: '3.10' | ||
- name: install python dependencies | ||
run: | | ||
pip install pollination-custom-energy-sim | ||
pip install -r requirements.txt | ||
- name: deploy to production | ||
run: | | ||
queenbee | ||
pollination dsl push pollination-custom-energy-sim -e https://api.pollination.cloud -src https://api.pollination.cloud/registries --push-dependencies | ||
pollination dsl push pollination-custom-energy-sim -e https://api.pollination.solutions -src https://api.pollination.solutions/registries --push-dependencies | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_LADYBUGBOT_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pytest==6.2.3 | ||
twine==3.4.1 | ||
wheel==0.36.2 | ||
setuptools==56.0.0 | ||
pytest==6.2.5 | ||
twine==5.1.1 | ||
wheel==0.44.0 | ||
setuptools==75.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pollination-honeybee-energy==0.7.10 | ||
pollination-honeybee-energy==0.7.12 | ||
pollination-alias==0.11.11 |