Skip to content

Commit

Permalink
chore: add publish workflow (2)
Browse files Browse the repository at this point in the history
'version bump' triggering it
  • Loading branch information
Wizzerinus committed Dec 15, 2023
1 parent eb55fe2 commit 09d6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hatch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build package
run: hatch build
- name: Test package
run: hatch run test
run: hatch run dev:run-tests
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 09d6545

Please sign in to comment.