Skip to content

Commit f42fd2d

Browse files
authored
update version of deploy action
1 parent 601c8d6 commit f42fd2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: python-package-distributions
5353
path: dist/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'pydorado',
6-
version = '2.5.3',
6+
version = '2.5.4',
77
license = 'MIT',
88
description = 'dorado - Lagrangian particle routing routine via weighted random walks',
99
author = 'J. Hariharan, K. Wright, P. Passalacqua',

0 commit comments

Comments
 (0)