diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a2038fe..9cfd10e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: - name: Run Tox run: tox -e docs - name: Publish - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: docs/_build/html diff --git a/src/pubtools/_marketplacesvm/tasks/push/command.py b/src/pubtools/_marketplacesvm/tasks/push/command.py index cd8b99d..c874d52 100644 --- a/src/pubtools/_marketplacesvm/tasks/push/command.py +++ b/src/pubtools/_marketplacesvm/tasks/push/command.py @@ -312,9 +312,8 @@ async def push_function(mapped_item, marketplace, starmap_query) -> Dict[str, An res_output = [] - # Sequentially publish the uploaded items for each marketplace. - # It's recommended to do this operation sequentially since parallel publishing in the - # same marketplace may cause errors due to the change set already being applied. + # This publishes in parallel since there shouldn't be collision between the + # differing marketplaces. res_output.extend( await asyncio.gather( *(