We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28da643 commit c1d61deCopy full SHA for c1d61de
.github/workflows/publish.yml
@@ -8,7 +8,6 @@ jobs:
8
runs-on: ubuntu-22.04
9
env:
10
PYTHON_VERSION: "3.10"
11
- POETRY_VERSION: 1.3.0
12
outputs:
13
sdist-package-name: ${{ steps.build-package.outputs.sdist-package-name }}
14
bdist-package-name: ${{ steps.build-package.outputs.bdist-package-name }}
@@ -55,8 +54,6 @@ jobs:
55
54
python3 -m pip install .
56
python3 -m build
57
58
- echo "VERSION=$VERSION" # Prints VERSION to the logs
59
-
60
SDIST_PACKAGE_NAME="schematicpy-${VERSION}.tar.gz"
61
BDIST_PACKAGE_NAME="schematicpy-${VERSION}-py3-none-any.whl"
62
RELEASE_URL_PREFIX="https://uploads.github.com/repos/${{ github.event.repository.full_name }}/releases/${{ github.event.release.id }}/assets?name="
0 commit comments