We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4e52 commit b0e0592Copy full SHA for b0e0592
release/osx/Makefile
@@ -95,7 +95,7 @@ upload:
95
rm -rf upload &&\
96
mkdir upload &&\
97
cp matplotlib-${MPLVERSION}.tar.gz upload/ &&\
98
- cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.5-i386.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
+ cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}_r0-py2.5-macosx-10.3-fat.egg upload/matplotlib-${MPLVERSION}-py2.5.egg &&\
99
cp matplotlib-${MPLVERSION}/dist/matplotlib-${MPLVERSION}-py2.5-macosx10.5.zip upload/matplotlib-${MPLVERSION}-py2.5-mpkg.zip&&\
100
scp upload/* jdh2358@frs.sourceforge.net:uploads/
101
0 commit comments