We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055c4a commit 67b979fCopy full SHA for 67b979f
.github/workflows/ci.yaml
@@ -121,6 +121,4 @@ jobs:
121
fetch-depth: 0 # full history for setuptools_scm
122
123
- name: Build and publish
124
- uses: lsst-sqre/build-and-publish-to-pypi@v2
125
- with:
126
- python-version: ${{ env.PYTHON_VERSION }}
+ uses: lsst-sqre/build-and-publish-to-pypi@v3
.github/workflows/periodic-ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
with:
59
python-version: ${{ env.PYTHON_VERSION }}
60
upload: false
0 commit comments