Skip to content

Commit

Permalink
Fix pythonpublish.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Oct 16, 2023
1 parent 645b592 commit c7f0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/[email protected]

0 comments on commit c7f0ea0

Please sign in to comment.