Skip to content

Commit

Permalink
fixing publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomusmeci committed May 17, 2023
1 parent 290dace commit ba9269e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
python -m pip install poetry
- name: Configure poetry
env:
pypi_token: ${{ secrets.PYPI_TOKEN }}
run: poetry config pypi-token.pypi $pypi_token
# env:
# pypi_token: ${{ secrets.PYPI_TOKEN }}
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}

- name: Build and publish
run: poetry publish --build

0 comments on commit ba9269e

Please sign in to comment.