Skip to content

Commit 4b3b24f

Browse files
authored
fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file (#27)
* fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file * docs: Update changelog
1 parent 8ce9a17 commit 4b3b24f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/_reusable-package-testpypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
permissions:
6969
contents: read
7070
steps:
71+
- uses: actions/checkout@v4
7172
- name: Set up Python
7273
uses: actions/setup-python@v5
7374
with:

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Valid subsections within a version are:
1818

1919
Things to be included in the next release go here.
2020

21+
### Fixed
22+
23+
- Fixed a bug in the `_reusable-package-testpypi.yml` workflow that prevented the package
24+
installation job from running properly by first performing a checkout of the repository
25+
before trying to read the `pyproject.toml` file in the repo to determine the correct Python version to use.
26+
2127
---
2228

2329
## v1.1.0 (2024-08-28)

0 commit comments

Comments
 (0)