Skip to content

Commit 3fc1095

Browse files
committed
v1.0.4
1 parent 0af968a commit 3fc1095

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $version.dev.$(date +%s)
5656
5757
- name: set timezone
58-
run: |
59-
TZ="Europe/London" &&
60-
sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
58+
run: |
59+
TZ="Europe/London" &&
60+
sudo ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
6161
6262
- name: install linux deps
63-
run: |
64-
sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
63+
run: |
64+
sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
6565
6666
- name: Install dependencies
6767
run: |

0 commit comments

Comments
 (0)