Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Perseus037 authored Dec 7, 2023
1 parent ced1b0e commit 88c90f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
cat > ~/.pypirc << EOF
[pypi]
username = __token__
password = ${PYPI_PASSWORD}
username = $PYPI_USERNAME
password = $PYPI_PASSWORD
EOF
pdm build
twine upload --skip-existing --repository pypi dist/*
Expand Down

0 comments on commit 88c90f7

Please sign in to comment.