Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fehlner <[email protected]>
  • Loading branch information
andife committed Aug 27, 2024
1 parent 7ca326e commit 7e2e6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: ['windows-latest']
uses: ./.github/workflows/release_win.yml
uses: ./.github/workflows/release_win_x86_64.yml
with:
os: "win"

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
url: https://test.pypi.org/p/onnx

- name: Publish distribution to PyPI
if: !contains(github.ref,'rc')
if: ${{ !contains(github.ref, 'rc') }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://pypi.org/legacy/
Expand Down

0 comments on commit 7e2e6f4

Please sign in to comment.