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 04e8baf commit a8c4a4fCopy full SHA for a8c4a4f
.github/workflows/release_candidates.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Release Candidate
66
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
67
- working-directory: /python
+ working-directory: python
68
run: |
69
poetry version prerelease
70
poetry build
0 commit comments