Skip to content

chore(deps): update dependency https://github.com/diamondlightsource/… #4

chore(deps): update dependency https://github.com/diamondlightsource/…

chore(deps): update dependency https://github.com/diamondlightsource/… #4

Workflow file for this run

on:
workflow_call:
jobs:
upload:
runs-on: ubuntu-latest
environment: release
steps:
- name: Download dist artifact
<<<<<<< before updating

Check failure on line 11 in .github/workflows/_pypi.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_pypi.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
=======
uses: actions/download-artifact@v8
>>>>>>> after updating
with:
name: dist
path: dist
- name: Publish to PyPI using trusted publishing
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
with:
attestations: false