From c00a96417bc27f66adfe2bf39e61d9d79a86fa3e Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Wed, 14 Aug 2024 08:23:56 +0200 Subject: [PATCH] Give it a shot --- .github/workflows/python-wheels.yml | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 9eaf8b8c..2c25b7e5 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -2,7 +2,7 @@ name: Python-Wheels on: push: - branches: [ $default-branch, master ] + branches: [ $default-branch, master, python ] permissions: write-all @@ -51,7 +51,7 @@ jobs: build_Linux_x86_64: name: Build Linux_x86_64 - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["ubuntu-22.04"]' arch: "x86_64" @@ -59,7 +59,7 @@ jobs: build_Windows_AMD64: name: Build Windows_AMD64 - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["windows-latest"]' arch: "AMD64" @@ -67,7 +67,7 @@ jobs: build_MacOS_x86_64: name: Build MacOS_x86_64 - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["macOS-latest"]' arch: "x86_64" @@ -75,7 +75,7 @@ jobs: build_Linux_i686: name: Build Linux_i686 - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["ubuntu-22.04"]' arch: "i686" @@ -83,7 +83,7 @@ jobs: build_Linux_aarch64: name: Build Linux_aarch64 - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["ubuntu-22.04"]' arch: "aarch64" @@ -91,7 +91,7 @@ jobs: build_Linux_ppc64le: name: Build Linux_ppc64le - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["ubuntu-22.04"]' arch: "ppc64le" @@ -99,7 +99,7 @@ jobs: build_Linux_s390x: name: Build Linux_s390x - uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@master + uses: core-marine-dev/MoorDyn/.github/workflows/python-wheels-emulated.yml@python with: os: '["ubuntu-22.04"]' arch: "s390x" @@ -122,11 +122,11 @@ jobs: pattern: python-wheels-* merge-multiple: true - - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - # password: ${{ secrets.MOORDYN_TESTPYPI_API }} - # repository-url: https://test.pypi.org/legacy/ - password: ${{ secrets.MOORDYN_PYPI_API }} - repository-url: https://upload.pypi.org/legacy/ - skip-existing: true + # - name: Publish package to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # # password: ${{ secrets.MOORDYN_TESTPYPI_API }} + # # repository-url: https://test.pypi.org/legacy/ + # password: ${{ secrets.MOORDYN_PYPI_API }} + # repository-url: https://upload.pypi.org/legacy/ + # skip-existing: true