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 77bf5b5 commit 8371a55Copy full SHA for 8371a55
.github/workflows/python-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
python -m pip install --upgrade pip
38
pip install build
39
echo ::set-output name=version::$VERSION
40
- NAME=$(grep name setup.cfg | cut -d= -f2 | tr -d '[:blank:]')-${VERSION}-py3-none-any
+ NAME="django_iris"-${VERSION}-py3-none-any
41
echo ::set-output name=name::$NAME
42
- name: Build package
43
run: python -m build
0 commit comments