We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1935f9d commit 3de05f2Copy full SHA for 3de05f2
2 files changed
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
needs: [test, docs]
129
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v2 # zizmor: ignore[unpinned-uses]
130
with:
131
- sdist: true
+ sdist: false # Built with a universal wheel below
132
targets: |
133
- cp3{12,13,14}-manylinux*_x86_64
134
- cp3{12,13,14}-macosx_x86_64
.github/workflows/stale_bot.yml
@@ -9,6 +9,8 @@ on:
9
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
10
- cron: '0 5 * * *' # Every day at 05:00 UTC
11
12
+permissions: {}
13
+
14
jobs:
15
stale:
16
permissions:
0 commit comments