summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-06-27 22:27:11 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-07-05 11:15:56 +0100
commit3e99c9f103333a905a484228dee9b0adc4f16de5 (patch)
treed6059398fa282c64c353c6098d309fabdb1a4471
parent7ade0cdda7c75272868e0c816c86c0e734562caa (diff)
downloadhaskell-3e99c9f103333a905a484228dee9b0adc4f16de5.tar.gz
upload-docs: propagate publish correctly in upload_sdist
(cherry picked from commit 418afaf11b76339deb29b1717790e3749be89afc)
-rwxr-xr-x.gitlab/upload_ghc_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/upload_ghc_libs.py b/.gitlab/upload_ghc_libs.py
index 8b56cc4882..a3f3084891 100755
--- a/.gitlab/upload_ghc_libs.py
+++ b/.gitlab/upload_ghc_libs.py
@@ -121,7 +121,7 @@ def upload_pkg_sdist(sdist : Path, pkg : Package, publish : bool):
if stamp.is_file():
return
print(f'Uploading package {pkg.name}...')
- cabal_upload(sdist)
+ cabal_upload(sdist, publish)
stamp.write_text('')
def get_version(cabal_file: Path) -> Optional[str]: