We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640797e commit 5d3bec6Copy full SHA for 5d3bec6
.github/workflows/python-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
python -m pip install --upgrade pip
39
pip install build
40
echo ::set-output name=version::$VERSION
41
- NAME="sqlalchemy-iris"-${VERSION}-py3-none-any
+ NAME="sqlalchemy_iris"-${VERSION}-py3-none-any
42
echo ::set-output name=name::$NAME
43
- name: Build package
44
run: python -m build
0 commit comments