Skip to content

Commit 659d1b2

Browse files
committed
tmp
- remove once wheels published succesfully
1 parent 145e8dc commit 659d1b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
github.repository == 'Simple-Robotics/proxsuite' &&
8080
(github.event_name == 'release' && github.event.action == 'published')
8181
82+
8283
check:
8384
if: always()
8485
name: check-release-linux

.github/workflows/release-osx-win.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ jobs:
103103

104104
- name: Publish package to PyPI
105105
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')
106+
109107

110108
check:
111109
if: always()

0 commit comments

Comments
 (0)