mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-01-30 17:14:53 +01:00
8569a903f1
* workflows: Separate release workflow from main.
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
python -m pip install --upgrade pip
|
|
pip install poetry
|
|
poetry install
|