Skip to content

Commit 67b979f

Browse files
committed
Update to build-and-publish-to-pypi v3
1 parent f055c4a commit 67b979f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,4 @@ jobs:
121121
fetch-depth: 0 # full history for setuptools_scm
122122

123123
- name: Build and publish
124-
uses: lsst-sqre/build-and-publish-to-pypi@v2
125-
with:
126-
python-version: ${{ env.PYTHON_VERSION }}
124+
uses: lsst-sqre/build-and-publish-to-pypi@v3

.github/workflows/periodic-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0 # full history for setuptools_scm
5555

5656
- name: Build and publish
57-
uses: lsst-sqre/build-and-publish-to-pypi@v2
57+
uses: lsst-sqre/build-and-publish-to-pypi@v3
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060
upload: false

0 commit comments

Comments
 (0)