Skip to content

Commit 5d3bec6

Browse files
committed
update ci
1 parent 640797e commit 5d3bec6

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
@@ -38,7 +38,7 @@ jobs:
3838
python -m pip install --upgrade pip
3939
pip install build
4040
echo ::set-output name=version::$VERSION
41-
NAME="sqlalchemy-iris"-${VERSION}-py3-none-any
41+
NAME="sqlalchemy_iris"-${VERSION}-py3-none-any
4242
echo ::set-output name=name::$NAME
4343
- name: Build package
4444
run: python -m build

0 commit comments

Comments
 (0)