Skip to content

Commit 7cebf42

Browse files
authored
Revert "ci.yml: pin pypa release action v1.5 (#764)" (#766)
This reverts commit c0f67af.
1 parent 801c4ae commit 7cebf42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
- run: make examples
269269
- run: make build
270270
- name: Publish mcap to TestPyPI
271-
uses: pypa/gh-action-pypi-publish@release/v1.5
271+
uses: pypa/gh-action-pypi-publish@release/v1
272272
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
273273
with:
274274
user: __token__
@@ -278,7 +278,7 @@ jobs:
278278
skip_existing: true
279279

280280
- name: Publish mcap-protobuf-support to TestPyPI
281-
uses: pypa/gh-action-pypi-publish@release/v1.5
281+
uses: pypa/gh-action-pypi-publish@release/v1
282282
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
283283
with:
284284
user: __token__
@@ -288,7 +288,7 @@ jobs:
288288
packages_dir: python/mcap-protobuf-support/dist
289289

290290
- name: Publish mcap-ros1-support to TestPyPI
291-
uses: pypa/gh-action-pypi-publish@release/v1.5
291+
uses: pypa/gh-action-pypi-publish@release/v1
292292
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
293293
with:
294294
user: __token__
@@ -298,7 +298,7 @@ jobs:
298298
packages_dir: python/mcap-ros1-support/dist
299299

300300
- name: Publish mcap-ros2-support to TestPyPI
301-
uses: pypa/gh-action-pypi-publish@release/v1.5
301+
uses: pypa/gh-action-pypi-publish@release/v1
302302
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
303303
with:
304304
user: __token__
@@ -311,7 +311,7 @@ jobs:
311311
if: |
312312
!github.event.pull_request.head.repo.fork &&
313313
startsWith(github.ref, 'refs/tags/releases/python/mcap/v')
314-
uses: pypa/gh-action-pypi-publish@release/v1.5
314+
uses: pypa/gh-action-pypi-publish@release/v1
315315
with:
316316
user: __token__
317317
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -321,7 +321,7 @@ jobs:
321321
if: |
322322
!github.event.pull_request.head.repo.fork &&
323323
startsWith(github.ref, 'refs/tags/releases/python/mcap-protobuf-support/v')
324-
uses: pypa/gh-action-pypi-publish@release/v1.5
324+
uses: pypa/gh-action-pypi-publish@release/v1
325325
with:
326326
user: __token__
327327
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -331,7 +331,7 @@ jobs:
331331
if: |
332332
!github.event.pull_request.head.repo.fork &&
333333
startsWith(github.ref, 'refs/tags/releases/python/mcap-ros1-support/v')
334-
uses: pypa/gh-action-pypi-publish@release/v1.5
334+
uses: pypa/gh-action-pypi-publish@release/v1
335335
with:
336336
user: __token__
337337
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -341,7 +341,7 @@ jobs:
341341
if: |
342342
!github.event.pull_request.head.repo.fork &&
343343
startsWith(github.ref, 'refs/tags/releases/python/mcap-ros2-support/v')
344-
uses: pypa/gh-action-pypi-publish@release/v1.5
344+
uses: pypa/gh-action-pypi-publish@release/v1
345345
with:
346346
user: __token__
347347
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)