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 fc4f35c
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 fc4f35c

Please sign in to comment.