File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
build :
22
22
needs : [ check ]
23
23
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
25
25
with :
26
26
upload_to_pypi : ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
27
27
targets : |
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
22
22
with :
23
- python-version : 3
23
+ python-version : 3.12
24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments