Im using git I have deleted some files in my directory but python setup bdist_wheel still include these non-existed files in my directory
If you have deleted the files from your directory but they are still being included in your Python setup bdist_wheel, it's possible that these files are still being tracked by Git. To remove these files from Git, you can use the following command:
git rm <file_name>
This will remove the file from Git and also delete it from your directory. After removing all the deleted files from Git, you can try running the Python setup bdist_wheel command again to see if the non-existent files are still being included
原文地址: https://www.cveoy.top/t/topic/dbtm 著作权归作者所有。请勿转载和采集!