Skip to content

ci: Add python-package #8

ci: Add python-package

ci: Add python-package #8

Workflow file for this run

---
name: 'CI'
on:
push:
branches:
- '**'
tags:
- '*'
env:
GIT_SYNC_URL: "https://${{ secrets.GITLAB_USERNAME_ROBOT }}:${{ secrets.GITLAB_TOKEN_ROBOT }}@gitlab.com/nofusscomputing/projects/centurion_erp.git"
jobs:
python-build:
name: 'Python'
uses: nofusscomputing/action_python/.github/workflows/python-package.yaml@development
python-publish:
name: 'Python'
uses: nofusscomputing/action_python/.github/workflows/python-publish.yaml@development
needs:
- python-build
with:
PYTHON_PROJECT_NAME: pytest-simplified
secrets:
password: ${{ secrets.NFC_PYPI_TOKEN }}