Skip to content

Commit 4c0d5a6

Browse files
committed
Do not imply manual upload
1 parent 91c425e commit 4c0d5a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/fpm/cmd/publish.f90

+1-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ subroutine cmd_publish(settings)
9999
! Perform network request and validate package, token etc. on the backend once
100100
! https://github.com/fortran-lang/registry/issues/41 is resolved.
101101
if (settings%is_dry_run) then
102-
print *, 'Dry run successful.'
103-
print *, ''
104-
print *, 'tarball generated for upload: ', tmp_file
105-
return
102+
print *, 'Dry run successful. ', 'Generated tarball: ', tmp_file; return
106103
end if
107104

108105
call downloader%upload_form(official_registry_base_url//'/packages', upload_data, error)

0 commit comments

Comments
 (0)