Skip to content

Commit 8143b61

Browse files
committed
tweak script
1 parent 7843dcf commit 8143b61

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99

10-
- name: Set up Python
11-
uses: actions/setup-python@v1
12-
with:
13-
python-version: 3.9
14-
1510
- name: install dependencies & build
1611
run: |
17-
pip3 install setuptools build wheel
12+
python3 -m pip install setuptools build wheel
1813
python3 setup.py sdist bdist_wheel
1914
2015
- name: publish to Test PyPi

0 commit comments

Comments
 (0)