Skip to content
Snippets Groups Projects

Try to fix deploy step

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,6 +28,6 @@ deploy:
- source .venv/bin/activate
- pip install -e .
script:
- iccicd deploy --pypi_token $PYPI_PACKAGE_UPLOAD_TKN
- iccicd deploy --pypi_token "$PYPI_PACKAGE_UPLOAD_TKN"
Loading