Skip to content

Commit

Permalink
fix typo in action version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sch8ill committed Aug 29, 2024
1 parent d0118b2 commit 7e14b4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
pip install setuptools wheel
- name: Build package
run: |
python -m build
run: python -m build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 7e14b4d

Please sign in to comment.