Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mplate into 5.0.x
  • Loading branch information
seb5g committed Nov 2, 2024
2 parents 69636d7 + 2cb95ba commit c8d17d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch hatchling toml
pip install hatch hatchling toml twine
- name: Get history and tags for SCM versioning to work
run: |
git branch
Expand All @@ -30,6 +30,8 @@ jobs:
hatch version
- name: Build
run: hatch build
- name: Check the build
run: twine check dist/*
- name: publish
env:
HATCH_INDEX_USER: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit c8d17d7

Please sign in to comment.