There was an error while loading. Please reload this page.
1 parent 1342ecc commit bc43391Copy full SHA for bc43391
1 file changed
.github/workflows/release_publish.yml
@@ -66,7 +66,7 @@ jobs:
66
# PyPI does not support reusable workflows yet
67
# # See https://github.com/pypi/warehouse/issues/11096
68
PublishToPyPI:
69
- needs: Publish
+ needs: [TagRelease, Publish]
70
runs-on: ubuntu-latest
71
environment: release
72
permissions:
@@ -75,7 +75,7 @@ jobs:
75
- name: Checkout
76
uses: actions/checkout@v4
77
with:
78
- ref: release
+ ref: ${{ needs.TagRelease.outputs.tag }}
79
fetch-depth: 0
80
- name: Set up Python
81
uses: actions/setup-python@v5
0 commit comments