Merge pull request 'bugfix: arreglo acceso a secretos' (#7) from feature/add-publish-pypi-package-workflow into main

Reviewed-on: #7
This commit is contained in:
jt
2026-07-09 01:11:06 +00:00
+2 -2
View File
@@ -27,9 +27,9 @@ jobs:
- name: Bump version
run: |
uv run git-flow tag --token=$GITEA_TOKEN
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN}}"
- name: Build and publish
run: |
uv build
uv publish --token=$PYPI_TOKEN
uv publish --token="${{ secrets.PYPI_TOKEN }}"