Skip to content

Commit

Permalink
dev(hansbug): rename used secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Apr 14, 2023
1 parent 48dce11 commit faf52dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Publish distribution 📦 to real PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
skip_existing: true
packages_dir: dist/
Expand Down

0 comments on commit faf52dd

Please sign in to comment.