Skip to content

Commit 366158b

Browse files
committed
bump build-python-dist
1 parent 765b848 commit 366158b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
apt: ${{ inputs.libraries }}
248248
- id: build
249-
uses: OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
249+
uses: OpenAstronomy/build-python-dist@8c82c2f2732d7d274612d45e50845260ebe73d08 # ???
250250
with:
251251
test_groups: ${{ inputs.test_groups }}
252252
test_extras: ${{ inputs.test_extras }}

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
apt: ${{ inputs.libraries }}
125125
- id: build
126-
uses: OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
126+
uses: OpenAstronomy/build-python-dist@8c82c2f2732d7d274612d45e50845260ebe73d08 # ???
127127
with:
128128
test_groups: ${{ inputs.test_groups }}
129129
test_extras: ${{ inputs.test_extras }}

0 commit comments

Comments
 (0)