You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uv pip install python-daemon --index-url $PYPI_PROXY_URL # error: setuptools 57.4.0 is installed but setuptools>=62.4.0 is required by {'python-daemon'}
- uv pip install backports.csv # try installing this from pypi, nexus may not like the [.]
- uv pip install iso-639 # try installing this from pypi, nexus/pypi issue
- uv pip install pybind11 # via duckdb error
- uv sync --all-groups --all-extras
- uv run python --version
- uv run pytest --version
- uv run pytest
tags: [docker]
except:
- tags
upload_to_nexus:
stage: deploy
variables:
TWINE_USERNAME: $NEXUS_USERNAME
TWINE_PASSWORD: $NEXUS_PASSWORD
script:
- uv build
- uv run twine upload --repository-url $NEXUS_REPOSITORY_URL dist/*