Skip to content

Commit

Permalink
Remove last references to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 17, 2024
1 parent 0856b05 commit abe4e44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-python@v2
- name: Build a binary wheel and a source tarball
run: |
python -mpip install setuptools versioneer wheel
python setup.py sdist bdist_wheel
python -mpip install setuptools build wheel
python -m build
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .omeroci/README

This file was deleted.

13 changes: 0 additions & 13 deletions .omeroci/release

This file was deleted.

0 comments on commit abe4e44

Please sign in to comment.