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:
@@ -27,9 +27,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
run: |
|
run: |
|
||||||
uv run git-flow tag --token=$GITEA_TOKEN
|
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN}}"
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
run: |
|
run: |
|
||||||
uv build
|
uv build
|
||||||
uv publish --token=$PYPI_TOKEN
|
uv publish --token="${{ secrets.PYPI_TOKEN }}"
|
||||||
Reference in New Issue
Block a user