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 145e8dc commit 659d1b2Copy full SHA for 659d1b2
.github/workflows/release-linux.yml
@@ -79,6 +79,7 @@ jobs:
79
github.repository == 'Simple-Robotics/proxsuite' &&
80
(github.event_name == 'release' && github.event.action == 'published')
81
82
+
83
check:
84
if: always()
85
name: check-release-linux
.github/workflows/release-osx-win.yml
@@ -103,9 +103,7 @@ jobs:
103
104
- name: Publish package to PyPI
105
uses: pypa/gh-action-pypi-publish@release/v1
106
- if: |
107
- github.repository == 'Simple-Robotics/proxsuite' &&
108
- (github.event_name == 'release' && github.event.action == 'published')
109
110
111
0 commit comments