Skip to content

Commit b47d735

Browse files
authored
Merge pull request #398 from HSF/dev
Dev
2 parents 0c24ad2 + 42f65bd commit b47d735

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main/tools/pypi/update_version.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
'monitor/lib/idds/monitor/version.py']
2727

2828

29-
env_files = ['atlas/tools/env/environment.yml',
30-
'common/tools/env/environment.yml',
29+
env_files = ['atlas/tools/atlas/env/environment.yml',
30+
'common/tools/common/env/environment.yml',
3131
'main/tools/env/environment.yml',
32-
'client/tools/env/environment.yml',
33-
'doma/tools/env/environment.yml',
34-
'workflow/tools/env/environment.yml']
32+
'client/tools/client/env/environment.yml',
33+
'doma/tools/doma/env/environment.yml',
34+
'workflow/tools/workflow/env/environment.yml']
3535

3636

3737
for ver_file in ver_files:

0 commit comments

Comments
 (0)