Skip to content

Commit

Permalink
Clean-up workflow warning and mention use for build-dir pyproject.tom…
Browse files Browse the repository at this point in the history
…l setting
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent 125bc78 commit 78ca4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.test_pypi_helics_apps_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish package to PyPI
if: github.event.action == 'published'
Expand Down
2 changes: 1 addition & 1 deletion helics_apps-pip/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test-command = [
[tool.scikit-build]
minimum-version = "0.8"
cmake.version = ">=3.15"
build-dir = "build/{wheel_tag}"
#build-dir = "build/{wheel_tag}" # this can be used to speed up builds while testing
wheel.install-dir = "helics_apps/data"
wheel.py-api = "py2.py3"
wheel.expand-macos-universal-tags = true
Expand Down

0 comments on commit 78ca4d4

Please sign in to comment.