Skip to content

Commit

Permalink
chore(releash): add vaex-ml to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 6, 2019
1 parent c288bf2 commit f59e31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releash.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#core.release_targets.append(gitpush)
core.release_targets.append(ReleaseTargetCondaForge(core, '../feedstocks/vaex-core-feedstock'))

packages = ['vaex-core', 'vaex-meta', 'vaex-viz', 'vaex-hdf5', 'vaex-server', 'vaex-astro', 'vaex-ui', 'vaex-jupyter', 'vaex-distributed', 'vaex-arrow']
packages = ['vaex-core', 'vaex-meta', 'vaex-viz', 'vaex-hdf5', 'vaex-server', 'vaex-astro', 'vaex-ui', 'vaex-jupyter', 'vaex-distributed', 'vaex-arrow', 'vaex-ml']
names = [k[5:] for k in packages[1:]]

for name in names:
Expand Down

0 comments on commit f59e31e

Please sign in to comment.