Skip to content

Commit 4e73de9

Browse files
committed
ci: Add python-package
ref: #3 actions/python/#11
1 parent a29b3ca commit 4e73de9

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
3+
name: 'CI'
4+
5+
6+
on:
7+
push:
8+
branches:
9+
- '**'
10+
tags:
11+
- '*'
12+
13+
env:
14+
GIT_SYNC_URL: "https://${{ secrets.GITLAB_USERNAME_ROBOT }}:${{ secrets.GITLAB_TOKEN_ROBOT }}@gitlab.com/nofusscomputing/projects/centurion_erp.git"
15+
16+
jobs:
17+
18+
19+
python-build:
20+
name: 'Python'
21+
uses: nofusscomputing/action_python/.github/workflows/python-package.yaml@development
22+
23+
24+
python-publish:
25+
name: 'Python'
26+
uses: nofusscomputing/action_python/.github/workflows/python-publish.yaml@development
27+
needs:
28+
- python-build
29+
with:
30+
PYTHON_PROJECT_NAME: pytest-simplified
31+
secrets:
32+
password: ${{ secrets.NFC_PYPI_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project is hosted on our [Gitea](https://nofusscomputing.com/git/nofusscomp
3131
----
3232
<br>
3333

34-
</div>
34+
</span>
3535

3636
links:
3737

0 commit comments

Comments
 (0)