We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65228f commit e7addf4Copy full SHA for e7addf4
.github/workflows/publish.yml
@@ -52,30 +52,3 @@ jobs:
52
with:
53
password: ${{ secrets.PYPI_API_TOKEN }}
54
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
71
- onboard --bootcamp-name <bootcamp-name>
72
73
74
- ### With Integration Tests
75
- If you have a test script to verify API keys:
76
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