We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e7257 commit 22414dfCopy full SHA for 22414df
.github/workflows/publish.yaml
@@ -17,13 +17,13 @@ jobs:
17
uses: actions/setup-python@v6
18
with:
19
python-version: 3.9
20
- - name: Install build dependencies with pinned setuptools
+ - name: Install build dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python -m pip install "setuptools<82" build wheel --user
+ python -m pip install hatchling build --user
24
- name: Build a binary wheel and a source tarball
25
26
- python -m build --no-isolation --sdist --wheel --outdir dist/ .
+ python -m build --sdist --wheel --outdir dist/ .
27
- name: Publish distribution to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
0 commit comments