We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e29fe commit 452b6dcCopy full SHA for 452b6dc
.github/workflows/release-linux.yml
@@ -74,9 +74,7 @@ jobs:
74
75
- name: Publish package to PyPI
76
uses: pypa/gh-action-pypi-publish@release/v1
77
- if: |
78
- github.repository == 'Simple-Robotics/proxsuite' &&
79
- (github.event_name == 'release' && github.event.action == 'published')
+
80
81
check:
82
if: always()
.github/workflows/release-osx-win.yml
@@ -102,9 +102,7 @@ jobs:
102
103
104
105
106
107
108
109
110
0 commit comments