Skip to content

Commit

Permalink
refactor(.github/workflows): comment out PyPI publish step in release…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
HsiangNianian committed Nov 11, 2024
1 parent a012626 commit 0796c98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
- name: Publish to PyPI If workflow_dispatch is triggered
if: ${{ github.event_name }} == "workflow_dispatch"
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
# - name: Publish to PyPI If workflow_dispatch is triggered
# if: ${{ github.event_name }} == "workflow_dispatch"
# uses: PyO3/maturin-action@v1
# env:
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
# with:
# command: upload
# args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 0796c98

Please sign in to comment.