Skip to content

Commit

Permalink
disable publish to test
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Dec 16, 2024
1 parent 3e57d5e commit 5645562
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,21 @@ jobs:
name: wheels
path: dist

release:
name: Release
runs-on: ubuntu-latest
needs: [macos, windows, linux]
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Publish to PyPi
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
uses: messense/maturin-action@v1
with:
command: upload
args: --skip-existing *
#release:
# name: Release
# runs-on: ubuntu-latest
# needs: [macos, windows, linux]
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: wheels
# - uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - name: Publish to PyPi
# env:
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
# uses: messense/maturin-action@v1
# with:
# command: upload
# args: --skip-existing *

0 comments on commit 5645562

Please sign in to comment.