Skip to content

build: bump version 0.1.0 -> 1.0.0-rc1 #13

build: bump version 0.1.0 -> 1.0.0-rc1

build: bump version 0.1.0 -> 1.0.0-rc1 #13

---
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
if: startsWith(github.ref, 'refs/tags/')
needs:
- python-build
with:
PYTHON_PROJECT_NAME: pytest-simplified
secrets:
password: ${{ secrets.NFC_PYPI_TOKEN }}