Skip to content

Commit 6fe0782

Browse files
committed
Apply pre-commit
1 parent f7a4242 commit 6fe0782

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-wheel-release-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags:
6-
- '*'
6+
- '*'
77
permissions:
88
contents: write
99
jobs:
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
commit_message: update changelog
3535
branch: pypi-build # FIXME: change to main
36-
36+
3737
github-pre-release:
3838
needs: [build-package]
3939
if: contains(github.ref, 'rc')
@@ -81,4 +81,4 @@ jobs:
8181
uses: pypa/gh-action-pypi-publish@release/v1
8282
with:
8383
repository-url: https://test.pypi.org/legacy/ # FIXME: remove test.
84-
verbose: true
84+
verbose: true

.github/workflows/update-changelog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
2-
from glob import glob
32
import sys
3+
from glob import glob
44

55
# Get the GitHub reference passed as an argument
66
tag = sys.argv[1]

0 commit comments

Comments
 (0)