We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d85eb commit f25008bCopy full SHA for f25008b
.gitlab-ci.yml
@@ -56,7 +56,7 @@ build_rpm_rhel9:
56
57
upload_pypi:
58
stage: deploy
59
- image: python:3.8-slim
+ image: registry.umiacs.umd.edu/podman/python:3.8-slim
60
script:
61
- pip install -q twine
62
- twine check dist/*
0 commit comments