Skip to content

Commit

Permalink
Add build and certifi installation in the release workflow (#304)
Browse files Browse the repository at this point in the history
## 📝 Description

`build` is necessary to build the package now.
  • Loading branch information
zliang-akamai committed Jun 26, 2023
1 parent 61e7d94 commit 1abc7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.x'

- name: Install Python deps
run: pip install wheel
run: pip install -U wheel build certifi

- name: Install package requirements
run: make requirements
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Sphinx>=6.0.0
sphinx-autobuild>=2021.3.14
sphinxcontrib-fulltoc>=1.2.0
pytest>=7.3.1
httpretty>=1.1.4
httpretty>=1.1.4
build>=0.10.0

0 comments on commit 1abc7a5

Please sign in to comment.