Skip to content

Commit

Permalink
Merge pull request #29 from forrestfwilliams/develop
Browse files Browse the repository at this point in the history
Release v0.0.3
  • Loading branch information
forrestfwilliams authored Mar 21, 2023
2 parents 6868242 + 1f743ad commit 8a6f999
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: cibuildwheel
ref: develop
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
Expand All @@ -28,6 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: develop
fetch-depth: 0

- name: Build sdist
run: pipx run build --sdist
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
Expand All @@ -28,6 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Build sdist
run: pipx run build --sdist
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.3]
### Fixed
* Deploy actions checkout step now grabs full commit history so that setuptools_scm finds the correct version number

## [0.0.2]

### Added
Expand Down

0 comments on commit 8a6f999

Please sign in to comment.