Commit 834c0cd 1 parent 310f240 commit 834c0cd Copy full SHA for 834c0cd
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.x"
18
+ - name : Install packaging libraries
19
+ run : |
20
+ python -m pip install wheel
18
21
- name : Build a binary wheel and a source tarball
19
- run : python setup.py sdist bdist_wheel
22
+ run : |
23
+ python setup.py sdist bdist_wheel
20
24
- name : Publish distribution 📦 to PyPI
21
25
uses : pypa/gh-action-pypi-publish@release/v1
22
26
with :
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.x"
18
+ - name : Install packaging libraries
19
+ run : |
20
+ python -m pip install wheel
18
21
- name : Build a binary wheel and a source tarball
19
- run : python setup.py sdist bdist_wheel
22
+ run : |
23
+ python setup.py sdist bdist_wheel
20
24
- name : Publish distribution 📦 to Test PyPI
21
25
uses : pypa/gh-action-pypi-publish@release/v1
22
26
with :
You can’t perform that action at this time.
0 commit comments