Skip to content

Commit

Permalink
actions/download-artifact upgraded to v4; poetry locked
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed May 8, 2024
1 parent 3104a74 commit 7874452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
url: https://pypi.org/p/${{ vars.PACKAGE_NAME }}

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
url: https://test.pypi.org/p/${{ vars.PACKAGE_NAME }}

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down
13 changes: 4 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ attrs = "^23.1.0"
typing-extensions = "^4.4.0"
tqdm = "^4.64.1"
psutil = "^5.9.5"
deker-local-adapters = { version = "^1.1.1b-1", source = "testpypi" }
deker-local-adapters = "^1.1.1"
deker-server-adapters = {version = "^1.0.0", optional = true}
deker-shell = { version = "^1.0.0", optional = true }
xarray = {version = "^2023.5.0", optional = true}
Expand Down

0 comments on commit 7874452

Please sign in to comment.