Skip to content

Commit 3de05f2

Browse files
committed
more cleanup
1 parent 1935f9d commit 3de05f2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
needs: [test, docs]
129129
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v2 # zizmor: ignore[unpinned-uses]
130130
with:
131-
sdist: true
131+
sdist: false # Built with a universal wheel below
132132
targets: |
133133
- cp3{12,13,14}-manylinux*_x86_64
134134
- cp3{12,13,14}-macosx_x86_64

.github/workflows/stale_bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
1010
- cron: '0 5 * * *' # Every day at 05:00 UTC
1111

12+
permissions: {}
13+
1214
jobs:
1315
stale:
1416
permissions:

0 commit comments

Comments
 (0)