Seems like I have to remember updating the toml before adding a releaese

This commit is contained in:
Jonas Linter
2025-09-25 16:42:27 +02:00
parent 4ceb50f9ed
commit e95b680ff0

View File

@@ -2,7 +2,6 @@ name: "Publish"
on:
push:
branches: [ "*" ]
tags:
# Publish on any tag starting with a `v`, e.g., v0.1.0
- v*
@@ -21,4 +20,4 @@ jobs:
run: uv auth login gitea.linter-home.com --username jonas --password ${{ secrets.CI_TOKEN }} && uv build
# Check that basic features work and we didn't miss to include crucial files
- name: Publish
run: uv publish --publish-url https://gitea.linter-home.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }} --check-url https://gitea.linter-home.com/jonas/-/packages/pypi/alpine-bits-python-server
run: uv publish --publish-url https://gitea.linter-home.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }}