Skip to content

Commit

Permalink
v3.6.6 Replacing python setup.py bdist_wheel with python -m build
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 25, 2024
1 parent fb6ba82 commit e47b2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install setuptools
- name: build
run: python setup.py bdist_wheel
run: python -m build

- name: upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
pip install setuptools
- name: build
run: python setup.py bdist_wheel
run: python -m build

- name: upload wheels
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pywincalc
version = 3.6.5
version = 3.6.6
description = A Python library for calculating thermal and optical properties of glazing systems
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down

0 comments on commit e47b2bb

Please sign in to comment.