Skip to content

Commit f24c8ec

Browse files
authored
Merge pull request #85 from d-v-b/fix/gha-build
update cd workflow to use hatch
2 parents ccb234f + a1f62fe commit f24c8ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.x"
17-
- name: Set up poetry
17+
- name: Install Hatch
1818
run: |
19-
pip install poetry==1.5.1
19+
pip install hatch==1.14.1
2020
- name: Build package
2121
run: |
22-
poetry build
22+
hatch build
2323
- name: Publish distribution 📦 to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:

0 commit comments

Comments
 (0)