We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e7d94 commit 1abc7a5Copy full SHA for 1abc7a5
.github/workflows/publish-pypi.yaml
@@ -22,7 +22,7 @@ jobs:
22
python-version: '3.x'
23
24
- name: Install Python deps
25
- run: pip install wheel
+ run: pip install -U wheel build certifi
26
27
- name: Install package requirements
28
run: make requirements
requirements-dev.txt
@@ -8,4 +8,5 @@ Sphinx>=6.0.0
8
sphinx-autobuild>=2021.3.14
9
sphinxcontrib-fulltoc>=1.2.0
10
pytest>=7.3.1
11
-httpretty>=1.1.4
+httpretty>=1.1.4
12
+build>=0.10.0
0 commit comments