Skip to content

Commit 18ff13b

Browse files
committed
tmp
1 parent 80a939f commit 18ff13b

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
@@ -72,9 +72,7 @@ jobs:
7272

7373
- name: Publish package to PyPI
7474
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')
75+
7876

7977
check:
8078
if: always()

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

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

103103
- name: Publish package to PyPI
104104
uses: pypa/gh-action-pypi-publish@release/v1
105-
if: |
106-
github.repository == 'Simple-Robotics/proxsuite' &&
107-
(github.event_name == 'release' && github.event.action == 'published')
105+
108106

109107
check:
110108
if: always()

0 commit comments

Comments
 (0)