Skip to content

Commit 8371a55

Browse files
committed
fixed ci
1 parent 77bf5b5 commit 8371a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install --upgrade pip
3838
pip install build
3939
echo ::set-output name=version::$VERSION
40-
NAME=$(grep name setup.cfg | cut -d= -f2 | tr -d '[:blank:]')-${VERSION}-py3-none-any
40+
NAME="django_iris"-${VERSION}-py3-none-any
4141
echo ::set-output name=name::$NAME
4242
- name: Build package
4343
run: python -m build

0 commit comments

Comments
 (0)