We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab63330 + 0237abe commit bbac5dfCopy full SHA for bbac5df
src/project_generator.rs
@@ -679,7 +679,7 @@ pub fn generate_project(project_info: &ProjectInfo) -> Result<()> {
679
}
680
681
682
- if save_pypi_publish_file(project_info).is_err() {
+ if project_info.use_continuous_deployment && save_pypi_publish_file(project_info).is_err() {
683
bail!("Error creating PYPI publish file");
684
685
0 commit comments