[Git][reproducible-builds/diffoscope][master] Don't fail the entire pipeline if deploying to PyPI automatically fails.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Feb 17 18:31:20 UTC 2026



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
3beea8cb by Chris Lamb at 2026-02-17T10:30:30-08:00
Don't fail the entire pipeline if deploying to PyPI automatically fails.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -99,4 +99,4 @@ deploy-pypi:
     - apt-get -q -y install --no-install-recommends twine python3-setuptools
     - python3 setup.py sdist
     - twine check dist/*
-    - twine upload dist/*
+    - twine upload dist/* || true



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/3beea8cba6b047b8bfa87d97fcf16f77030bea79

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/3beea8cba6b047b8bfa87d97fcf16f77030bea79
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260217/81bfc536/attachment.htm>


More information about the rb-commits mailing list