We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fd589 commit 3eb6731Copy full SHA for 3eb6731
1 file changed
.releash.py
@@ -25,5 +25,6 @@
25
26
source_tarball_filename = 'https://github.com/egpbos/xtensor-fftw/archive/{version}.tar.gz'.format(version=version_xfftw)
27
# uncomment when you have a feedstock
28
-#xfftw.release_targets.append(ReleaseTargetCondaForge(xfftw, '../xtensor-fftw-feedstock', source_tarball_filename=source_tarball_filename))
29
-
+conda_forge_xfftw = ReleaseTargetCondaForge(xfftw, '../xtensor-fftw-feedstock', source_tarball_filename=source_tarball_filename)
+xfftw.version_targets.append(conda_forge_xfftw)
30
+xfftw.release_targets.append(conda_forge_xfftw)
0 commit comments