Skip to content
Snippets Groups Projects

Force install twine and build

Merged Daniel Sali requested to merge pypi_publish into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -5,8 +5,7 @@ default:
- .pip-cache/
before_script:
- python3 --version
- pip3 install --upgrade pip
- pip3 install build twine
- pip3 install --break-system-packages build twine
stages:
- build
Loading