Skip to content

Commit

Permalink
try add hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 9, 2025
1 parent adef294 commit 8073d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.12'
- name: Install dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq libicu-dev
pip install --upgrade pip setuptools setuptools_scm wheel build twine pyicu
pip install --upgrade pip wheel build twine pyicu hatchling
pip install -e ".[dev]"
- name: Validate mypy typing
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
make test
- name: Build a distribution
run: |
python -m build -nwsx
python3 -m build --wheel
- name: Publish a Python distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 8073d8e

Please sign in to comment.