Skip to content

Commit

Permalink
Fix a typo in the publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Nov 19, 2023
1 parent c84343f commit 2b2057b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
pip install --upgrade build twine
python -m build
- name: Publish to PyPI
uses: pypa/[email protected]
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2b2057b

Please sign in to comment.