From 6809d1c90a176cdb1a5d37ff9dd6da9f5a10f208 Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Wed, 6 Mar 2024 07:27:21 -0800 Subject: [PATCH] ci fix 3 --- .github/workflows/python-app.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f2bae60..a8e1137 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -79,10 +79,9 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.11 + - name: build package + run: | + pip install build + python -m build - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - env: - # Ensure dependencies are installed and your package is built - PRE_BUILD_COMMANDS: >- - pip install build && - python -m build \ No newline at end of file