Skip to content

Commit e8e8ee8

Browse files
Bump streamflow from 0.2.0.dev13 to 0.2.0.dev14 (#203)
Bumps [streamflow](https://github.com/alpha-unito/streamflow) from 0.2.0.dev13 to 0.2.0.dev14. - [Release notes](https://github.com/alpha-unito/streamflow/releases) - [Commits](alpha-unito/streamflow@0.2.0.dev13...0.2.0.dev14) --- updated-dependencies: - dependency-name: streamflow dependency-version: 0.2.0.dev14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7dc2dda commit e8e8ee8

File tree

7 files changed

+455
-586
lines changed

7 files changed

+455
-586
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: 3.13
2525
- name: "Install plugin"
26-
run: uv sync --locked --no-dev
26+
run: uv pip install .
2727
- name: "Get version"
2828
run: |
2929
source .venv/bin/activate
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: 3.13
6464
- name: "Install plugin"
65-
run: uv sync --locked --no-dev
65+
run: uv pip install .
6666
- name: "Get local version"
6767
run: |
6868
source .venv/bin/activate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"asyncpg==0.31.0",
32-
"streamflow==0.2.0.dev13"
32+
"streamflow==0.2.0.dev14"
3333
]
3434
version = "0.0.9"
3535

0 commit comments

Comments
 (0)