Skip to content

Commit

Permalink
Clarify action name
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed Jun 8, 2024
1 parent ffaf3b3 commit 800b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install twine
- name: Test publish to PyPI
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 800b3fe

Please sign in to comment.