Skip to content

Commit

Permalink
ci fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Mar 6, 2024
1 parent 065cf69 commit 6809d1c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6809d1c

Please sign in to comment.