Skip to content

Commit

Permalink
setup.py has been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 8, 2022
1 parent 31a9043 commit 2e0b298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
cache: pip
cache-dependency-path: pyproject.toml

Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build package
run: |
python setup.py --version
python -c "import importlib.metadata; print(importlib.metadata.version('pepotron'))"
python -m build
twine check --strict dist/*
Expand Down

0 comments on commit 2e0b298

Please sign in to comment.