Skip to content

Commit 3eb6731

Browse files
committed
Add conda-forge to releash
1 parent a1fd589 commit 3eb6731

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.releash.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525

2626
source_tarball_filename = 'https://github.com/egpbos/xtensor-fftw/archive/{version}.tar.gz'.format(version=version_xfftw)
2727
# uncomment when you have a feedstock
28-
#xfftw.release_targets.append(ReleaseTargetCondaForge(xfftw, '../xtensor-fftw-feedstock', source_tarball_filename=source_tarball_filename))
29-
28+
conda_forge_xfftw = ReleaseTargetCondaForge(xfftw, '../xtensor-fftw-feedstock', source_tarball_filename=source_tarball_filename)
29+
xfftw.version_targets.append(conda_forge_xfftw)
30+
xfftw.release_targets.append(conda_forge_xfftw)

0 commit comments

Comments
 (0)