[Git][reproducible-builds/diffoscope][master] Try and deploy to PyPI.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Oct 27 20:41:54 UTC 2025



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
f74b61ff by Chris Lamb at 2025-10-27T13:29:06-07:00
Try and deploy to PyPI.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -79,6 +79,9 @@ deploy-devel:
 
 deploy-tag:
   extends: .deploy
+  id_tokens:
+    PYPI_ID_TOKEN:
+      aud: pypi
   only:
     - /^[0-9]+$/
 
@@ -87,3 +90,8 @@ deploy-tag:
     - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
     - docker tag "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" "$CI_REGISTRY_IMAGE:latest"
     - docker push "$CI_REGISTRY_IMAGE"
+
+    - apt-get -q -y install --no-install-recommends twine
+    - python3 setup.py sdist
+    - twine check dist/*
+    - twine upload dist/*



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/f74b61ff1c89501398e8945e6dc0d1f73f64bf32
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/20251027/88a8c908/attachment.htm>


More information about the rb-commits mailing list