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.
1 parent b13bd16 commit 0237abeCopy full SHA for 0237abe
src/project_generator.rs
@@ -679,10 +679,8 @@ pub fn generate_project(project_info: &ProjectInfo) -> Result<()> {
679
}
680
681
682
- if project_info.use_continuous_deployment {
683
- if save_pypi_publish_file(project_info).is_err() {
684
- bail!("Error creating PYPI publish file");
685
- }
+ if project_info.use_continuous_deployment && save_pypi_publish_file(project_info).is_err() {
+ bail!("Error creating PYPI publish file");
686
687
688
if project_info.use_multi_os_ci {
0 commit comments