Skip to content

Commit

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

Please sign in to comment.