Skip to content

Commit

Permalink
Stop building unused distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Jan 29, 2024
1 parent 77d9c8c commit ebee1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build: .stamp-tzinfo
dist: build wheels
cd build/dist && mkdir -p ../tarballs && \
${PYTHON} setup.py -q sdist --dist-dir ../tarballs \
--formats=bztar,gztar,zip
--formats=gztar

wheels:
cd build/dist && mkdir -p ../tarballs
Expand Down

0 comments on commit ebee1ae

Please sign in to comment.