Skip to content

Commit

Permalink
publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pjknowles committed Jan 2, 2025
1 parent 12d7d92 commit 3bd51fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
run: |
cd pysjef
PATH=/tmp/venv/bin:$PATH
python -m build --dist-dir=../dist # python setup.py sdist bdist_wheel # Could also be python -m build
python setup.py --dist-dir=../dist 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 3bd51fd

Please sign in to comment.