diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d0b647..100dbb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,11 +19,6 @@ pypi-twine: - tags script: - pip install --upgrade pip - # Pin twine <6 — newer twine auto-detects GitLab CI and refuses to - # fall back to ~/.pypirc on the runner, requiring PYPI_ID_TOKEN - # (Trusted Publishing OIDC). Until we migrate to Trusted Publishing, - # stick with the classic ~/.pypirc auth on the build runner. - - pip install "twine<6" + - pip install twine - python3 setup.py sdist bdist_wheel - - twine check dist/* - - twine upload --non-interactive dist/* + - twine upload dist/*