Skip to content

Commit

Permalink
undo build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jul 8, 2024
1 parent ddd2ca9 commit 7f9805c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
- name: Build artifacts
run: |
pip install .
pdm install --plugins
pdm build
pipx run build
- name: Test Build
run: |
python -m pip install dist/*.whl
python -m pip install "pdm[locked] @ file://$(ls ${GITHUB_WORKSPACE}/dist/*.whl)"
pdm --help
- name: Publish package distributions to PyPI
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Build artifacts
run: |
pip install .
pdm install --plugins
pdm build
pipx run build
- name: Test Build
run: |
Expand Down

0 comments on commit 7f9805c

Please sign in to comment.