Skip to content
Snippets Groups Projects
Commit 22aa1060 authored by Wassim KABALAN's avatar Wassim KABALAN
Browse files

revert back condition for pypi release

parent 2b5fbfed
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ jobs:
environment: pypi
permissions:
id-token: write
# if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published'
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment