[Git][reproducible-builds/diffoscope][master] Try to fix PYPI_ID_TOKEN debugging.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Apr 6 19:05:32 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
2c4e960b by Chris Lamb at 2026-04-06T15:05:12-04:00
Try to fix PYPI_ID_TOKEN debugging.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -99,5 +99,5 @@ deploy-pypi:
- apt-get -q -y install --no-install-recommends twine python3-setuptools
- python3 setup.py sdist
- twine check dist/*
- - echo $PYPI_ID_TOKEN | cut -d '.' -f2 | base64 -d | python -m json.tool
+ - echo $PYPI_ID_TOKEN | cut -d '.' -f2 | base64 -d | python3 -m json.tool
- twine upload dist/* || true
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/2c4e960b8196e8232a7438bfd2effdc42a04e2c9
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/2c4e960b8196e8232a7438bfd2effdc42a04e2c9
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/20260406/239d5cd2/attachment.htm>
More information about the rb-commits
mailing list