Skip to content

Commit

Permalink
ft: update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
danielogen committed Aug 3, 2024
1 parent 27a6a09 commit 37341d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatchling twine
pip install hatchling twine build
- name: Build app
run: |
hatch build
python -m build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 37341d2

Please sign in to comment.