Skip to content

Commit

Permalink
v3.6.8 github actions: adding pip install build to the list of pack…
Browse files Browse the repository at this point in the history
…ages to install
  • Loading branch information
StephenCzarnecki committed Oct 25, 2024
1 parent 4ec7093 commit 66770fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
pip install wheel
pip install setuptools
pip install build
- name: build
run: python -m build
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
run: |
pip install wheel
pip install setuptools
pip install build
- name: build
run: python -m build
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.7
version = 3.6.8
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 66770fc

Please sign in to comment.