Skip to content

Commit

Permalink
release_version: specify token differently
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Nov 8, 2023
1 parent 8d6d3cd commit 0c53d93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
- name: Install dependencies
run: make full

- name: Set PyPI credentials
- name: Upload to PyPI
env:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: poetry config pypi-token.pypi "$PYPI_PASSWORD"

- name: Upload to PyPI
run: poetry publish --build
run: poetry publish --build -u __token__ -p $PYPI_PASSWORD

0 comments on commit 0c53d93

Please sign in to comment.