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