mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-06 04:13:27 +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
|