Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Aug 30, 2023
2 parents 969e390 + f3ff70f commit 0ec1bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: python -m twine upload dist/*
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: python -m twine upload dist/*

0 comments on commit 0ec1bbc

Please sign in to comment.