We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7843dcf commit 8143b61Copy full SHA for 8143b61
1 file changed
.github/workflows/publish.yml
@@ -7,14 +7,9 @@ jobs:
7
steps:
8
- uses: actions/checkout@v2
9
10
- - name: Set up Python
11
- uses: actions/setup-python@v1
12
- with:
13
- python-version: 3.9
14
-
15
- name: install dependencies & build
16
run: |
17
- pip3 install setuptools build wheel
+ python3 -m pip install setuptools build wheel
18
python3 setup.py sdist bdist_wheel
19
20
- name: publish to Test PyPi
0 commit comments