We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a078b3 commit 9904df5Copy full SHA for 9904df5
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
Publish:
10
# prevents this action from running on forks
11
if: github.repository == 'open2c/cooler'
12
-
+
13
runs-on: ubuntu-latest
14
permissions:
15
id-token: write
docs/conf.py
@@ -12,8 +12,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-from importlib.metadata import metadata
16
from datetime import datetime
+from importlib.metadata import metadata
17
18
# -- Path setup --------------------------------------------------------------
19
0 commit comments