Skip to content

Commit

Permalink
Merge pull request #26 from Photoroom/ben/include_binary_in_release
Browse files Browse the repository at this point in the history
[CD] Another hotfix, include manifest to get a correct sdist
  • Loading branch information
blefaudeux authored Nov 6, 2024
2 parents 7f1c6e4 + d8cb21f commit 299a8c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
mv setup.py $DESTINATION/.
mv Makefile $DESTINATION/.
mv README.md $DESTINATION/.
rm LICENSE MANIFEST.in
cat MANIFEST.in
mv MANIFEST.in $DESTINATION/.
rm LICENSE
ls
cd ../build
Expand Down

0 comments on commit 299a8c4

Please sign in to comment.