Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,10 @@ jobs:
- name: Build wheel
shell: bash
run: |
python3 -m venv env
python --version
python -m venv env
source env/bin/activate
python --version
python -m pip install --upgrade pip setuptools wheel build

export CMAKE_GENERATOR="Ninja"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true

publish_pypi:
runs-on: ubuntu-latest
Expand Down