Updated ci
Some checks failed
Build on push / prepare (push) Failing after 7s
Build on push / build (push) Has been skipped
Build on push / publish (push) Has been skipped

This commit is contained in:
2025-09-15 15:05:02 +02:00
parent 2d2bb86720
commit db5ee96412
3 changed files with 12 additions and 18 deletions

View File

@@ -31,17 +31,4 @@ jobs:
- name: Build Package
run: |
python -m build --sdist --wheel --outdir dist
upload:
- name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1
with:
registry: git.sh-edraft.de
username: ${{ secrets.CI_USERNAME }}
password: ${{ secrets.CI_ACCESS_TOKEN }}
- name: Push image
run: |
pip install twine
python -m twine upload --repository-url https://git.sh-edraft.de/api/packages/sh-edraft.de/pypi -u ${{ secrets.CI_USERNAME }} -p ${{ secrets.CI_ACCESS_TOKEN }} ./dist/*
python -m build --sdist --wheel --outdir dist