Skip to content

Commit

Permalink
Update pypi-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored May 22, 2023
1 parent d4c12af commit fec0fb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
python3 -m pip install --upgrade build
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade twine
- name: Build package
run: python -m build
run: python -m build .

- name: Build and publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit fec0fb6

Please sign in to comment.