Skip to content

Commit

Permalink
publish wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Nov 19, 2024
1 parent 7e38bd0 commit cf20e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install build
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ clean:
rm -rf build
rm -rf *.egg-info
rm -f Pipfile.lock

.PHONY: distribute
# Distributes the package to PyPI
distribute:
rm -rf dist
python setup.py sdist
twine upload dist/*

0 comments on commit cf20e93

Please sign in to comment.