Skip to content

Commit

Permalink
Add typo in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 2, 2024
1 parent 8a5275c commit fd5eba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
python-version: "3.11.0"


- run: python3 -m pip install build
- run: python3 -m build --sdist --wheel --outdir dist/ .
- run: python3 -m pip install build
- run: python3 -m build --sdist --wheel --outdir dist/ .

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

0 comments on commit fd5eba8

Please sign in to comment.