Compare commits
1 Commits
test-docu-
...
test-docu-
| Author | SHA1 | Date | |
|---|---|---|---|
| cad428c328 |
@@ -55,8 +55,7 @@ jobs:
|
||||
- name: Upload documentation
|
||||
if: github.ref_type == 'tag'
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
run: pwd
|
||||
python-client:
|
||||
name: Generate python client
|
||||
runs-on: jfjoch_rocky8
|
||||
@@ -71,6 +70,7 @@ jobs:
|
||||
TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth
|
||||
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication
|
||||
run: |
|
||||
cd python-client
|
||||
twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi dist/*
|
||||
documentation:
|
||||
name: Build documentation
|
||||
|
||||
Reference in New Issue
Block a user