simplecharts

SVG charts without dependencies
git clone https://git.ce9e.org/simplecharts.git

commit
c4217c9c5df5fdb9e8c62857aeb1108f2850643c
parent
278634e9c5d50d19c7578c6f336ddfa0bcddc883
Author
Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
Date
2026-04-13 11:45
ci: update actions

Diffstat

M .github/workflows/main.yml 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -6,8 +6,8 @@ jobs:
    6     6     permissions:
    7     7       id-token: write
    8     8     steps:
    9    -1     - uses: actions/checkout@v4
   10    -1     - uses: actions/setup-python@v5
   -1     9     - uses: actions/checkout@v6
   -1    10     - uses: actions/setup-python@v6
   11    11     - run: pip install build
   12    12     - name: build
   13    13       run: python3 -m build