Compare commits
2 Commits
test-docu-
...
test-docu-
| Author | SHA1 | Date | |
|---|---|---|---|
| eb40e352fb | |||
| d19954bb4c |
@@ -71,7 +71,8 @@ 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: |
|
||||
source venv/bin/activate
|
||||
python3 -m venv .twine
|
||||
source .twine/bin/activate
|
||||
pip3 install twine
|
||||
twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi dist/*
|
||||
documentation:
|
||||
|
||||
@@ -8,4 +8,3 @@ java -jar openapi-generator-cli.jar generate -i broker/jfjoch_api.yaml -o python
|
||||
cd python-client
|
||||
sed -i s/"NAME = \"jfjoch-client\""/"NAME = \"jfjoch_client\""/ setup.py
|
||||
python3 setup.py sdist bdist_wheel
|
||||
mv dist/* ..
|
||||
Reference in New Issue
Block a user