diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 427d6767bd..c6fb32d914 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -137,6 +137,6 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 if: | - github.repository == 'robotology/idyntree' && + github.repository == 'gbionics/idyntree' && ((github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'push' && github.ref == 'refs/heads/devel'))