Skip to content

Commit

Permalink
install editable
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 19, 2024
1 parent c71aec6 commit 1104c78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pip install . towncrier
- run: pip install -e .
- run: pip install towncrier
- run: towncrier build
- run: grep -P '\[[^\]]*#${{github.event.number}}[,\]]' CHANGES.rst
- run: grep -P '\[[^\]]*#${{ github.event.number }}[,\]]' CHANGES.rst
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.4.1.dev31+gc71aec68 (2024-08-19)
==================================

No significant changes.


3.4.0 (2024-08-04)
------------------

Expand Down

0 comments on commit 1104c78

Please sign in to comment.