bugfix: arreglo acceso a secretos
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user