Skip to content

Commit 4c2e583

Browse files
authored
Merge pull request #38 from lsst-sqre/tickets/DM-50831
DM-50831: Update build-and-publish-to-pypi to v3
2 parents 30bccaf + 67b979f commit 4c2e583

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Operating System :: POSIX",
2323
"Typing :: Typed",
2424
]
25-
requires-python = ">=3.8"
25+
requires-python = ">=3.11"
2626
dependencies = ["uritemplate", "fastavro"]
2727
dynamic = ["version"]
2828

0 commit comments

Comments
 (0)