Skip to content

Commit

Permalink
Revert "[FIX-2] Fix token access (#4)" (#5)
Browse files Browse the repository at this point in the history
This reverts commit 0fb6303.
  • Loading branch information
aaletov authored Jun 10, 2024
1 parent 0fb6303 commit 475cc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
$POETRY_HOME/bin/poetry --version
- name: Build and publish
run: |
$POETRY_HOME/bin/poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
$POETRY_HOME/bin/poetry config pypi-token.pypi ${{ env.PYPI_TOKEN }}
$POETRY_HOME/bin/poetry publish --build

0 comments on commit 475cc65

Please sign in to comment.