Skip to content

Commit

Permalink
fix(release): use pypi secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Nov 29, 2023
1 parent b7a6eac commit e7c48d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
- run: cd found && make init
- run: cd found && poetry run python readme.py
- run: cd found && poetry run make check
- run: cd found && poetry publish --build
- run: poetry config pypi-token.pypi ${{ secrets.PYPI }}
- run: cd found && poetry publish --build --skip-existing

0 comments on commit e7c48d7

Please sign in to comment.