Skip to content

Commit

Permalink
Prueba rápida
Browse files Browse the repository at this point in the history
  • Loading branch information
blazaid committed Jan 8, 2025
1 parent 0b352a0 commit 50d4599
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
TWINE_REPOSITORY: pypi
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: twine upload dist/*
run: |
echo $TWINE_REPOSITORY
echo $TWINE_USERNAME
echo $TWINE_PASSWORD
twine upload dist/*

0 comments on commit 50d4599

Please sign in to comment.