Skip to content

Commit 72f99a5

Browse files
authored
build sdist with python 3.13 (point to workflow fork) (#9106)
1 parent 4f43822 commit 72f99a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
needs: [ check ]
2323
if: always() && (needs.check.result == 'success' || needs.check.result == 'skipped')
24-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
24+
uses: braingram/github-actions-workflows/.github/workflows/publish.yml@python312_sdist
2525
with:
2626
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
2727
targets: |

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2222
with:
23-
python-version: 3
23+
python-version: 3.12
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
fetch-depth: 0

0 commit comments

Comments
 (0)