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 80a939f commit 18ff13bCopy full SHA for 18ff13b
.github/workflows/release-linux.yml
@@ -72,9 +72,7 @@ jobs:
72
73
- name: Publish package to PyPI
74
uses: pypa/gh-action-pypi-publish@release/v1
75
- if: |
76
- github.repository == 'Simple-Robotics/proxsuite' &&
77
- (github.event_name == 'release' && github.event.action == 'published')
+
78
79
check:
80
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