We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce9a17 commit 4b3b24fCopy full SHA for 4b3b24f
.github/workflows/_reusable-package-testpypi.yml
@@ -68,6 +68,7 @@ jobs:
68
permissions:
69
contents: read
70
steps:
71
+ - uses: actions/checkout@v4
72
- name: Set up Python
73
uses: actions/setup-python@v5
74
with:
CHANGELOG.md
@@ -18,6 +18,12 @@ Valid subsections within a version are:
18
19
Things to be included in the next release go here.
20
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
27
---
28
29
## v1.1.0 (2024-08-28)
0 commit comments