Skip to content

Commit 5b4cb2c

Browse files
Remove installation of package requirements in pypi publishing workflow (#308)
## 📝 Description Installation of package requirements is no longer necessary thanks to the isolated build environment feature of [the build tool](https://pypa-build.readthedocs.io/en/latest/index.html). ## ✔️ How to Test I ran the workflow in my repo without the final publishing step and it succeed. https://github.com/zliang-akamai/linode_api4-python/actions/runs/5382308695
1 parent 69224b2 commit 5b4cb2c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish-pypi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Install Python deps
2525
run: pip install -U wheel build certifi
2626

27-
- name: Install package requirements
28-
run: make requirements
29-
3027
- name: Build the package
3128
run: make build
3229
env:

0 commit comments

Comments
 (0)