Skip to content

Commit

Permalink
chore(ci): add release environment
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Apr 8, 2024
1 parent 7b872f1 commit e2dade3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
publish_pypi:
name: Publish to PyPi
runs-on: ubuntu-latest
# needs: [ build_vendoring_wheels ]
environment: release
# needs: [ build_vendoring_wheels ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit e2dade3

Please sign in to comment.