-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry Build not honouring .gitignore #1660
Comments
Hello @SimonBiggs, could you please check if all files of the folders are listed in the output of If not all files are listed here, you most likely added them to get tracked by git, before creating the entry in fin swimmer |
Thanks for the tip. I just rebuilt it at work on a Windows 10 PC and I didn't encounter the same issue (without any changes undergone to the repo). I'll investigate regarding your tip tonight on my Linux PC. Cheers, |
Hey @SimonBiggs , any news on this? fin swimmer |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).pyproject.toml
: https://github.com/pymedphys/pymedphys/blob/9b24bad2520684793b35193191cdb470809b8b05/pyproject.tomlIssue
It appears as though the following line within a
.gitignore
file is not being honoured by poetry build:https://github.com/pymedphys/pymedphys/blob/9b24bad2520684793b35193191cdb470809b8b05/pymedphys/_app/.gitignore#L10
See the corresponding PyPI release which contains the build directory which should not have been included:
https://pypi.org/project/pymedphys/0.13.0.dev0/#files
Keen for any pointers on how to get this directory not included within the release artefact.
Cheers,
Simon
The text was updated successfully, but these errors were encountered: