Skip to content

Commit

Permalink
would you believe more updates to the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Nov 22, 2024
1 parent 42066d7 commit c2d86b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Build package
run: python -m build
run: |
python setup.py sdist bdist_wheel # Could also be python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c2d86b3

Please sign in to comment.