Skip to content

Commit a1f62fe

Browse files
committed
update cd workflow to use hatch
1 parent 91aa3eb commit a1f62fe

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)