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 e715031 commit 84e8f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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: poetry config pypi-token.pypi ${{ secrets.PYPI }}
- run: cd found && poetry publish --build

0 comments on commit 84e8f5e

Please sign in to comment.