Skip to content

Commit da3db60

Browse files
committed
Adjust workflow file for poetry
1 parent 0e59d88 commit da3db60

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install hatch
31+
pip install poetry
3232
3333
- name: Build package
34-
run: hatch build
35-
36-
- name: Run tests with hatch
37-
run: |
38-
hatch run test:run
34+
run: poetry build
3935

4036
- name: Publish package distributions to PyPI
4137
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)