Skip to content

Commit 1abc7a5

Browse files
Add build and certifi installation in the release workflow (linode#304)
## 📝 Description `build` is necessary to build the package now.
1 parent 61e7d94 commit 1abc7a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.x'
2323

2424
- name: Install Python deps
25-
run: pip install wheel
25+
run: pip install -U wheel build certifi
2626

2727
- name: Install package requirements
2828
run: make requirements

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Sphinx>=6.0.0
88
sphinx-autobuild>=2021.3.14
99
sphinxcontrib-fulltoc>=1.2.0
1010
pytest>=7.3.1
11-
httpretty>=1.1.4
11+
httpretty>=1.1.4
12+
build>=0.10.0

0 commit comments

Comments
 (0)