Skip to content

Commit faa7bf2

Browse files
committed
Add README.md to publish list in release workflow
1 parent 1e159e8 commit faa7bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
publish:
6464
- 'src/**'
6565
- 'pyproject.toml'
66+
- 'README.md'
6667
6768
- name: Publish Python package
6869
if: steps.changes.outputs.publish == 'true' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))

0 commit comments

Comments
 (0)