Skip to content

Commit 19bab9c

Browse files
authored
Merge pull request #36 from unlv-evol/dev
ft: update pypi
2 parents efd37e4 + 37341d2 commit 19bab9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install hatchling twine
29+
pip install hatchling twine build
3030
- name: Build app
3131
run: |
32-
hatch build
32+
python -m build
3333
- name: Publish distribution 📦 to PyPI
3434
if: startsWith(github.ref, 'refs/tags')
3535
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)