Skip to content

Commit c1d61de

Browse files
committed
remove echo and poetry
1 parent 28da643 commit c1d61de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
runs-on: ubuntu-22.04
99
env:
1010
PYTHON_VERSION: "3.10"
11-
POETRY_VERSION: 1.3.0
1211
outputs:
1312
sdist-package-name: ${{ steps.build-package.outputs.sdist-package-name }}
1413
bdist-package-name: ${{ steps.build-package.outputs.bdist-package-name }}
@@ -55,8 +54,6 @@ jobs:
5554
python3 -m pip install .
5655
python3 -m build
5756
58-
echo "VERSION=$VERSION" # Prints VERSION to the logs
59-
6057
SDIST_PACKAGE_NAME="schematicpy-${VERSION}.tar.gz"
6158
BDIST_PACKAGE_NAME="schematicpy-${VERSION}-py3-none-any.whl"
6259
RELEASE_URL_PREFIX="https://uploads.github.com/repos/${{ github.event.repository.full_name }}/releases/${{ github.event.release.id }}/assets?name="

0 commit comments

Comments
 (0)