Compare commits
3 Commits
test-docu-
...
test-docu-
| Author | SHA1 | Date | |
|---|---|---|---|
| cad428c328 | |||
| 7a179005a9 | |||
| eb40e352fb |
@@ -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,9 +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: |
|
||||
python -m venv .twine
|
||||
source .twine/bin/activate
|
||||
pip3 install twine
|
||||
cd python-client
|
||||
twine upload --repository-url https://gitea.psi.ch/api/packages/mx/pypi dist/*
|
||||
documentation:
|
||||
name: Build documentation
|
||||
|
||||
@@ -8,6 +8,8 @@ ARG EIGEN_TAG=3.4.0
|
||||
|
||||
# Update base and install common utilities
|
||||
RUN dnf -y update && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y update && \
|
||||
dnf -y install --enablerepo=devel \
|
||||
dnf-plugins-core \
|
||||
epel-release \
|
||||
@@ -58,6 +60,7 @@ RUN dnf -y update && \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
twine \
|
||||
freetype-devel && \
|
||||
dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user