Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radumarias/zeroize-python
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 4, 2024
2 parents f51004c + 6a2181f commit 9df7104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
platform:
- runner: windows-latest
target: x64
- runner: windows-latest
target: x86
# - runner: windows-latest
# target: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ jobs:
.env\Scripts\activate
pip install -r requirements.txt
maturin develop --release
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: x64
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: x86
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Run tests
run: |
.env\Scripts\activate
Expand Down

0 comments on commit 9df7104

Please sign in to comment.