Skip to content

Commit 59a7c9a

Browse files
committed
use environment
1 parent 4c42a45 commit 59a7c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
runs-on: ubuntu-22.04
107107
# upload to PyPI for every tag starting with 'v'
108108
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
109+
environment: release
109110
steps:
110111
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
111112
with:

0 commit comments

Comments
 (0)