-
Notifications
You must be signed in to change notification settings - Fork 52
Fix Publish workflow #464
Copy link
Copy link
Closed
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehelp wanted 🙏Extra attention is neededExtra attention is neededmaintenance 🔨Code enhancements, tests and maintenanceCode enhancements, tests and maintenance
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehelp wanted 🙏Extra attention is neededExtra attention is neededmaintenance 🔨Code enhancements, tests and maintenanceCode enhancements, tests and maintenance
Projects
Status
✅ Done
Moving from 1.3.2 to 1.4.0, the upload to pypi is semi-broken. The source files which get created are 120mb of size and include the whole GitHub repo. This is of course not desired since we want to have lightweight source on PyPI. For 1.4.0 only the wheels are on pypi: Files.
Goal:
tar.gzshould only include shapiq and shapiq-games and the standard project-metadata like LICENSE and readme and so on.I tried fixing it locally but were not easily able to do so and would need to take another look.