Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
ci(release): fix pypi_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid Molareza committed Mar 31, 2023
1 parent fb9db93 commit 07bfc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Configure poetry
env:
pypi_token: ${{ secrets.PYPI_TOKEN }}
run: poetry config pypi-token.pypi $PYPI_TOKEN
run: poetry config pypi-token.pypi $pypi_token

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

0 comments on commit 07bfc18

Please sign in to comment.