Skip to content

Commit

Permalink
Fix version of PyPI publish action
Browse files Browse the repository at this point in the history
One instance of the lsst-sqre/build-and-publish-to-pypi action
mistakenly wasn't updated to the latest version.
  • Loading branch information
rra committed Jul 17, 2023
1 parent 5db3ceb commit 677d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ jobs:
with:
fetch-depth: 0 # full history for setuptools_scm

- uses: lsst-sqre/build-and-publish-to-pypi@v1
- uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.11"

0 comments on commit 677d448

Please sign in to comment.