Skip to content

Commit

Permalink
increment minor-minor version number and test upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Apr 19, 2023
1 parent ec864ad commit df1d609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/Publish_WISDEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,6 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3

#- name: Build wheels linux
# if: true == contains( matrix.os, 'ubuntu')
# uses: pypa/cibuildwheel@v2.12.3
# env:
# CIBW_PLATFORM: linux

#- name: Build wheels mac
# if: true == contains( matrix.os, 'macos')
# uses: pypa/cibuildwheel@v2.12.3
# env:
# CIBW_ARCHS_MACOS: x86_64 arm64
# CIBW_PLATFORM: macos

#- name: Build wheels windows
# if: true == contains( matrix.os, 'windows')
# uses: pypa/cibuildwheel@v2.12.3
# env:
# CIBW_PLATFORM: windows

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand All @@ -71,7 +52,7 @@ jobs:
# upload to PyPI on every tag starting with 'v'
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
if: github.event_name == 'release' && github.event.action == 'published'
#if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wisdem"
version = "3.9"
version = "3.9.2"
description = "Wind-Plant Integrated System Design & Engineering Model"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit df1d609

Please sign in to comment.