Skip to content

Commit

Permalink
fix pypi auto-release hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Sep 25, 2023
1 parent af883e7 commit 018e976
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Publish_MoorPy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
jobs:
build_and_upload_pypi:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]

# upload to PyPI on every tag starting with 'v'
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand All @@ -26,11 +22,11 @@ jobs:
- name: checkout repository
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
id: cp
with:
python-version: ${{ matrix.python-version }}
python-version: "3.11"
update-environment: true

- name: Install pypa/build
Expand Down

0 comments on commit 018e976

Please sign in to comment.