Skip to content

Commit 107b418

Browse files
committed
update
1 parent 7c9b01f commit 107b418

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
sudo apt-get update
23-
sudo apt-get install -y python-is-python3
2422
python -m pip install --upgrade pip
25-
python -m pip install build requests
23+
python -m pip install build
2624
- name: Build
2725
run: |
2826
python -m build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools_scm"]
2+
requires = ["setuptools", "setuptools_scm", "requests"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)