Skip to content

Commit e7addf4

Browse files
committed
Remove publishing to github, we do that manually
1 parent e65228f commit e7addf4

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,3 @@ jobs:
5252
with:
5353
password: ${{ secrets.PYPI_API_TOKEN }}
5454
verbose: true
55-
56-
- name: Create GitHub Release
57-
uses: ncipollo/release-action@v1
58-
with:
59-
artifacts: "dist/*"
60-
generateReleaseNotes: true
61-
body: |
62-
## Installation
63-
```bash
64-
pip install aieng-platform-onboard
65-
```
66-
67-
## Usage
68-
69-
### Basic Onboarding
70-
```bash
71-
onboard --bootcamp-name <bootcamp-name>
72-
```
73-
74-
### With Integration Tests
75-
If you have a test script to verify API keys:
76-
```bash
77-
onboard --bootcamp-name <bootcamp-name> --skip-test
78-
python path/to/test_keys.py
79-
```
80-
81-
Or let onboard run your test script automatically by placing it in the same directory as the CLI.

0 commit comments

Comments
 (0)