Skip to content

Commit 53fbdac

Browse files
committed
tmp
1 parent facaa60 commit 53fbdac

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release-linux.yml

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

7676
- name: Publish package to PyPI
7777
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')
78+
8179

8280
check:
8381
if: always()

.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)