@@ -268,7 +268,7 @@ jobs:
268
268
- run : make examples
269
269
- run : make build
270
270
- name : Publish mcap to TestPyPI
271
- uses : pypa/gh-action-pypi-publish@release/v1.5
271
+ uses : pypa/gh-action-pypi-publish@release/v1
272
272
if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
273
273
with :
274
274
user : __token__
@@ -278,7 +278,7 @@ jobs:
278
278
skip_existing : true
279
279
280
280
- 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
282
282
if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
283
283
with :
284
284
user : __token__
@@ -288,7 +288,7 @@ jobs:
288
288
packages_dir : python/mcap-protobuf-support/dist
289
289
290
290
- 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
292
292
if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
293
293
with :
294
294
user : __token__
@@ -298,7 +298,7 @@ jobs:
298
298
packages_dir : python/mcap-ros1-support/dist
299
299
300
300
- 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
302
302
if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
303
303
with :
304
304
user : __token__
@@ -311,7 +311,7 @@ jobs:
311
311
if : |
312
312
!github.event.pull_request.head.repo.fork &&
313
313
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
315
315
with :
316
316
user : __token__
317
317
password : ${{ secrets.PYPI_API_TOKEN }}
@@ -321,7 +321,7 @@ jobs:
321
321
if : |
322
322
!github.event.pull_request.head.repo.fork &&
323
323
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
325
325
with :
326
326
user : __token__
327
327
password : ${{ secrets.PYPI_API_TOKEN }}
@@ -331,7 +331,7 @@ jobs:
331
331
if : |
332
332
!github.event.pull_request.head.repo.fork &&
333
333
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
335
335
with :
336
336
user : __token__
337
337
password : ${{ secrets.PYPI_API_TOKEN }}
@@ -341,7 +341,7 @@ jobs:
341
341
if : |
342
342
!github.event.pull_request.head.repo.fork &&
343
343
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
345
345
with :
346
346
user : __token__
347
347
password : ${{ secrets.PYPI_API_TOKEN }}
0 commit comments