Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Oct 25, 2022
1 parent 640797e commit 5d3bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m pip install --upgrade pip
pip install build
echo ::set-output name=version::$VERSION
NAME="sqlalchemy-iris"-${VERSION}-py3-none-any
NAME="sqlalchemy_iris"-${VERSION}-py3-none-any
echo ::set-output name=name::$NAME
- name: Build package
run: python -m build
Expand Down

0 comments on commit 5d3bec6

Please sign in to comment.