We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e159e8 commit faa7bf2Copy full SHA for faa7bf2
.github/workflows/release.yml
@@ -63,6 +63,7 @@ jobs:
63
publish:
64
- 'src/**'
65
- 'pyproject.toml'
66
+ - 'README.md'
67
68
- name: Publish Python package
69
if: steps.changes.outputs.publish == 'true' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
0 commit comments