Skip to content

Fix CI/CD (#40)

Fix CI/CD (#40) #9

Workflow file for this run

name: CD
on:
push:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- run: pipx inject poetry poetry-plugin-export
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
- run: poetry export -f requirements.txt -o requirements.txt --without=dev
- uses: neobrains/space-pipe@v0.5
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
project_id: ${{ secrets.PROJECT_ID }}
space_push: true