File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
- name : Set up Python
14
14
uses : actions/setup-python@v1
15
15
with :
16
- python-version : ' 3.x '
16
+ python-version : ' 3.12 '
17
17
- name : Install dependencies
18
18
env :
19
19
DEBIAN_FRONTEND : noninteractive
20
20
run : |
21
21
sudo apt-get update -y -qq
22
22
sudo apt-get install -y -qq libicu-dev
23
- pip install --upgrade pip setuptools setuptools_scm wheel build twine pyicu
23
+ pip install --upgrade pip wheel build twine pyicu hatchling
24
24
pip install -e ".[dev]"
25
25
- name : Validate mypy typing
26
26
run : |
30
30
make test
31
31
- name : Build a distribution
32
32
run : |
33
- python -m build -nwsx
33
+ python3 -m build --wheel
34
34
- name : Publish a Python distribution to PyPI
35
35
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
36
36
uses : pypa/gh-action-pypi-publish@master
You can’t perform that action at this time.
0 commit comments