Skip to content

Commit efd5e1a

Browse files
committed
build(release): 🔖 0.1.3 and simplify TagBot workflow permissions
1 parent f6f3e79 commit efd5e1a

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

‎.github/workflows/TagBot.yml‎

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
237
jobs:
248
TagBot:
259
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

‎Project.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PySPEDAS"
22
uuid = "668d2cef-03a7-4c36-a521-7d1c6ddc8846"
33
authors = ["Beforerr <[email protected]> and contributors"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -15,5 +15,5 @@ Dates = "1"
1515
DimensionalData = "0.29"
1616
NetCDF_jll = "401"
1717
PythonCall = "0.9.23"
18-
SpaceDataModel = "0.1.8"
18+
SpaceDataModel = "0.1.8, 0.2"
1919
julia = "1.10"

0 commit comments

Comments
 (0)